What problem does it solve?
Running type checkers, linters, test runners, and dead code detectors manually across a project is time-consuming and produces fragmented results that are hard to compare. Teams need a single, actionable metric to understand code quality and track whether refactors and fixes are actually improving the codebase.
Core Features & Use Cases
- Unified Quality Dashboard: Aggregates results from type checkers, linters, test runners, dead code detectors, and shell linters into one view.
- Composite Scoring: Computes a weighted 0-10 score that reflects overall code health, making it easy to spot regressions or improvements.
- Trend Tracking: Monitors score changes over time to measure the impact of engineering work and catch quality decay early.
Quick Start
Use the health skill to run all configured code quality checks and display the current composite health score for your project.