What problem does it solve?
This Skill automatically scans your codebase for common quality issues like excessive file length, missing documentation, dead code, and lack of test coverage, helping to proactively manage technical debt.
Core Features & Use Cases
- Comprehensive Audits: Performs 6 parallel checks for file length, missing docs, function density, circular dependencies, dead exports, and test coverage gaps.
- Configurable: Uses built-in defaults or a custom
.pm/code-health.yml for thresholds and scope.
- Task Creation: Automatically generates
tech-debt tasks for critical and warning findings.
- Integration: Can be invoked standalone, by
tdd-agent for changed files, or by pm-agent as a baseline scan.
- Use Case: Run a full code health audit before starting a new sprint to identify and prioritize areas needing refactoring or documentation.
Quick Start
Run a full code health audit across the repository.