doc-spec-fixer
仓库创建 2025年11月10日最近提交 21 天前SkillHot 收录 21 天前
▸ 精选理由
把审计结果转为可提交的修复以收敛到通过状态
▸ 风险提示
会变更文档并提交,需仓库写权限
这个 Skill 做什么
根据审计报告自动修复 SPEC 的结构、YAML、链接等
根据最新的 doc-spec-audit 报告自动修复 SPEC 的结构问题、YAML 错误、损坏的链接和引用漂移,并产生修复报告。用在审计发现问题后,需要把审计意见快速应用到 SPEC 并验证通过时。特点是把审计—修复流程自动化,能同步上游审计结果并生成可追踪的修复记录,减少人工反复修改。
▸ 展开 SKILL.md 英文原文
Apply fixes to a SPEC from the latest doc-spec-audit report - structure, YAML, links, IDs, content, references, and upstream drift. Use after an audit reports issues.
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-fixer/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/vladm3105/aidoc-flow-framework/main/platforms/claude-code-plugin/skills/doc-spec-fixer/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# doc-spec-fixer ## Purpose Read the latest audit report and apply fixes to a SPEC, bridging `../doc-spec-audit/SKILL.md` and a passing SPEC so the audit↔fix cycle can converge. **Layer**: 6 (SPEC quality improvement). **Upstream**: the SPEC document + `SPEC-NN.A_audit_report_vNNN.md`. **Downstream**: the fixed SPEC + `SPEC-NN.F_fix_report_vNNN.md`. ## When to Use After `doc-spec-audit` returns `FAIL`, as part of an Audit → Fix → Audit loop. Do **not** use without an audit report (run the audit first) or to create a new SPEC (use `../doc-spec/SKILL.md` / `../doc-spec-autopilot/SKILL.md`). ## Input Contract Consume the latest `SPEC-NN.A_audit_report_vNNN.md`. Back up the SPEC before ed
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有