doc-audit
Installation
SKILL.md
Doc Audit
Audit and maintain the documentation artifacts that make a codebase legible to AI agents. This skill is the maintenance companion to agent-ready -- agent-ready scaffolds docs, doc-audit keeps them accurate.
Mode Detection
Determine which mode to run based on user intent:
| User Intent | Mode | Trigger Phrases |
|---|---|---|
| Check docs health | audit | "audit docs", "check documentation", "are docs up to date" |
| Fix issues | fix | "fix docs", "update documentation", "sync docs" |
| Full analysis + roadmap | full | "full doc audit", "doc audit with roadmap" |
If intent is ambiguous, default to audit mode (read-only, safe).