code-docs-quality
Installation
SKILL.md
Contains Shell Commands
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
Analyze and validate documentation quality for a codebase, ensuring PRDs, ADRs, PRPs, CLAUDE.md, and .claude/rules/ are up to standards and current.
Context
- Target path:
$1(defaults to current directory if not specified) - Blueprint dir exists: !
find .claude -maxdepth 1 -name 'blueprints' -type d - CLAUDE.md exists: !
find . -maxdepth 1 -name 'CLAUDE.md' -type f - Rules directory: !
find .claude/rules -maxdepth 1 -name '*.md' - ADRs (docs/adr): !
find docs/adr -maxdepth 1 -name '*.md' - ADRs (docs/adrs): !
find docs/adrs -maxdepth 1 -name '*.md' - PRDs (docs/prds): !
find docs/prds -maxdepth 1 -name '*.md' - PRDs (blueprints): !
find .claude/blueprints/prds -maxdepth 1 -name '*.md' - PRPs (docs/prps): !
find docs/prps -maxdepth 1 -name '*.md' - PRPs (blueprints): !
find .claude/blueprints/prps -maxdepth 1 -name '*.md'
Parameters
$1: Path to analyze (defaults to current directory)