doc-spec-audit

仓库创建 2025年11月10日最近提交 21 天前SkillHot 收录 21 天前
▸ 精选理由

适合在 TDD 前做自动化质量门控与审查

这个 Skill 做什么

对技术 SPEC 执行结构与内容审查并生成合并报告

对技术 SPEC 做一次既看结构又看内容的全面审查,生成一份供 doc-spec-fixer 使用的合并报告。适合在发布或开始 TDD 前做质量门控,确保规格既合约化又可执行。审查由模型直接对 SPEC 条目逐项校验,重视契约性和可验证性。

▸ 展开 SKILL.md 英文原文

Audit a SPEC - run declarative structural checks plus content review and produce a combined report for doc-spec-fixer. Use for SPEC quality gating before TDD.

开发编程SPEC审核文档质量自动化审查Claude Code
16
Stars
3
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/vladm3105/aidoc-flow-framework/main/platforms/claude-code-plugin/skills/doc-spec-audit/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/vladm3105/aidoc-flow-framework/main/platforms/claude-code-plugin/skills/doc-spec-audit/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# doc-spec-audit

## Purpose

Run a **unified SPEC audit** — declarative structural checks plus content-quality
review — in one pass, producing a single combined report that
`../doc-spec-fixer/SKILL.md` consumes. The framework ships no runtime code, so
**this skill is the validator**: Claude performs each check directly against the
SPEC using the spec as the contract.

**Layer**: 6 (SPEC quality gate). **Upstream**: a SPEC file. **Downstream**:
`SPEC-NN.A_audit_report_vNNN.md` and an optional fix-cycle trigger.

## When to Use

Use after a SPEC exists and before generating the TDD, or inside the autopilot's
audit↔fix cycle. Do **not** use to create a SPEC (use `../doc-spec/SKILL.md` or
`../d
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有