doc-adr-audit
Installation
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-autopilot/SKILL.md).