doc-adr-audit

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

适合在发布前对架构决策文档做质量门控,自动化校验要点。

▸ 风险提示

会读取并可能写入仓库文档,需相应权限。

这个 Skill 做什么

对 ADR 执行结构与内容审计,生成供修复器使用的综合报告。

对 ADR 文档做结构与内容的全面审计,生成一份供修复器使用的综合报告,作为进入 SPEC 前的质量闸门。用在需要确认设计决策记录(ADR)是否清晰、完整并合规时,帮你发现格式、逻辑或说明不足。特点是把规范当契约逐项校验,输出的报告直接驱动后续修复。

▸ 展开 SKILL.md 英文原文

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

开发编程ADR质量审计文档校验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-adr-audit/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/vladm3105/aidoc-flow-framework/main/platforms/claude-code-plugin/skills/doc-adr-audit/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# doc-adr-audit

## Purpose

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

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

## When to Use

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