一键导入
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 页面并帮你完成安装。
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
基于 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]