doc-iplan-audit
仓库创建 2025年11月10日最近提交 21 天前SkillHot 收录 21 天前
▸ 精选理由
在代码实现前把关计划完整性,减少实现风险。
这个 Skill 做什么
对 IPLAN 文档进行结构与内容审查并生成合并审计报告。
对 IPLAN 文档做一次结构与内容的全面审查,既跑结构化规则也做质量评估,最后生成一个合并的审计报告供修复工具使用。上线代码前做质量把关、确保实现计划完整且可执行时用它。优势是把形式校验和内容审阅合并成一份可操作的报告,便于后续修正。
▸ 展开 SKILL.md 英文原文
Audit an IPLAN - run declarative structural checks plus content review and produce a combined report for doc-iplan-fixer. Use for IPLAN quality gating before code implementation.
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-iplan-audit/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/vladm3105/aidoc-flow-framework/main/platforms/claude-code-plugin/skills/doc-iplan-audit/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# doc-iplan-audit ## Purpose Run a **unified IPLAN audit** — declarative structural checks plus content-quality review — in one pass, producing a single combined report that `../doc-iplan-fixer/SKILL.md` consumes. The framework ships no runtime code, so **this skill is the validator**: Claude performs each check directly against the IPLAN using the spec as the contract. **Layer**: 8 (IPLAN quality gate). **Upstream**: an IPLAN file. **Downstream**: `IPLAN-NN.A_audit_report_vNNN.md` and an optional fix-cycle trigger. ## When to Use Use after an IPLAN exists and before code implementation begins, or inside the autopilot's audit↔fix cycle. Do **not** use to create an IPLAN (use `../doc-ipl
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有