with one click
audit-docs
Audit documentation for drift, dead links, and stale content
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Audit documentation for drift, dead links, and stale content
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Assess alignment with the current roadmap phase
Spot-check that code matches ADR invariants
Analyze test quality and coverage patterns
Inventory technical debt across the codebase
Check code pattern consistency across the codebase
Run all project health checks and produce a unified report
Based on SOC occupation classification
| name | audit-docs |
| description | Audit documentation for drift, dead links, and stale content |
| user_invocable | true |
| context | fork |
| agent | Explore |
Audit project documentation for accuracy, completeness, and internal consistency.
Compare the package list in CLAUDE.md's "Package Structure" section against the actual Go packages:
ls -d */ in the repo root to find actual packages (directories with .go files)Pick 3 features claimed in FEATURES.md and verify they exist:
Verify critical path entry points listed in docs/testing.md exist:
Compare the ADR table in CLAUDE.md against actual files in docs/decisions/:
Check that version support claims match actual code:
Scan all markdown files for internal links and verify targets exist:
[text](./path) and [text](path)[text](#section)## Documentation Drift Audit
### Summary
| Check | Status | Findings |
|-------|--------|----------|
| Package tree | ... | ... |
| FEATURES.md | ... | ... |
| TESTING.md | ... | ... |
| ADR list | ... | ... |
| Version claims | ... | ... |
| Dead links | ... | ... |
### Details
[Detailed findings per check]
### Recommendations
[Top items to fix, ordered by severity]