원클릭으로
audit-docs
Audit documentation for drift, dead links, and stale content
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Audit documentation for drift, dead links, and stale content
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
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]