What problem does it solve?
This Skill provides a comprehensive, auditable view of code quality by aggregating results from common project tools (type checker, linter, test runner, dead code detector, and shell lint) into a single, trackable health score and a trend history.
Core Features & Use Cases
- Composite Health Score: Computes a weighted 0-10 score from multiple quality signals and persists weekly trends.
- Tool Orchestration: Wraps existing project tooling (type checkers, linters, test runners, dead-code detectors, and shell linters) to deliver an integrated view.
- Historical Insights: Maintains a local health history to identify regressions and improvements over time for engineering teams.
- Use Case: A developer runs the health check before a release to ensure code quality thresholds are met and to communicate project health to teammates.
Quick Start
Run the health skill to generate a live dashboard of code quality scores for your project.