doc-tdd-audit
仓库创建 2025年11月10日最近提交 21 天前SkillHot 收录 21 天前
▸ 精选理由
配合修复技能可用于 TDD 前的质量把关
这个 Skill 做什么
对 TDD 文档做结构与内容审查并输出合并审计报告
对 TDD 文档做一轮结构化和内容质量审查,输出合并的审计报告供 doc-tdd-fixer 使用,常用作提交 IPLAN 前的质量把关。会按规范逐项检查格式、内容完整性和可读性,并给出合并后的改进意见。优点是把多种检查合并成一份清晰的质量门控报告,便于下一步自动修复或人工处理。
▸ 展开 SKILL.md 英文原文
Audit a TDD - run declarative structural checks plus content review and produce a combined report for doc-tdd-fixer. Use for TDD quality gating before IPLAN.
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-tdd-audit/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/vladm3105/aidoc-flow-framework/main/platforms/claude-code-plugin/skills/doc-tdd-audit/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# doc-tdd-audit ## Purpose Run a **unified TDD audit** — declarative structural checks plus content-quality review — in one pass, producing a single combined report that `../doc-tdd-fixer/SKILL.md` consumes. The framework ships no runtime code, so **this skill is the validator**: Claude performs each check directly against the TDD using the spec as the contract. **Layer**: 7 (TDD quality gate). **Upstream**: a TDD file. **Downstream**: `TDD-NN.A_audit_report_vNNN.md` and an optional fix-cycle trigger. ## When to Use Use after a TDD exists and before generating the IPLAN, or inside the autopilot's audit↔fix cycle. Do **not** use to create a TDD (use `../doc-tdd/SKILL.md` or `../doc-tdd-a
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有