From codified-context
Use when reviewing the health and completeness of a project's context infrastructure, when the user says "review context", "context health", "how complete is my context", or periodically during maintenance. Provides infrastructure inventory, coverage analysis, and quality assessment.
How this skill is triggered — by the user, by Claude, or both
Slash command
/codified-context:review-contextThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Overview**: Comprehensive review of a project's codified context infrastructure. Evaluates completeness, quality, and coverage to identify gaps and improvements.
Overview: Comprehensive review of a project's codified context infrastructure. Evaluates completeness, quality, and coverage to identify gaps and improvements.
Workflow:
Infrastructure Inventory
Coverage Analysis
Quality Assessment
Using criteria from ${CLAUDE_PLUGIN_ROOT}/skills/review-context/references/coverage-criteria.md:
Growth Metrics (if git history available)
Recommendations Report Generate prioritized recommendations:
Output Format Present as a structured health report with scores and actionable items.
npx claudepluginhub pwarnock/pwarnock-cc-plugins --plugin codified-contextAudits project context files (CLAUDE.md, rules, knowledge) for progressive disclosure compliance: checks all knowledge files are reachable from rules, detects stale references, orphaned files, and CLAUDE.md index leakage.
Detects structural drift (stale paths, broken references, constitution violations) and semantic drift (outdated conventions, superseded decisions) in context files. Use after refactors or session starts.
Analyzes project structure, tech stack, test frameworks, code conventions, and architecture to generate a compact context file for downstream dev-* skills.