What problem does it solve? Engineering teams lack a single, consistent view of codebase quality, forcing them to run type checkers, linters, tests, and dead-code detectors separately and interpret scattered results manually. ## Core Features & Use Cases - Unified Quality Dashboard: Wraps existing project tools (type checker, linter, test runner, dead code detector, shell linter) into one composite report. - Weighted Composite Score: Computes a 0-10 health score so quality is comparable across runs and projects. - Trend Tracking: Records scores over time so teams can see whether code health is improving or degrading. - Use Case: Before shipping a release, run the health check to confirm the codebase passes all checks and that the quality score has not regressed since the last sprint. ## Quick Start Ask the agent to run a code health check and show the current quality score for this codebase.