con un clic
audit-docs
Audit documentation for drift, dead links, and stale content
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Audit documentation for drift, dead links, and stale content
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
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
Basado en la clasificación ocupacional SOC
| 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]