com um clique
audit-docs
Audit documentation for drift, dead links, and stale content
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Audit documentation for drift, dead links, and stale content
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
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
| 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]