What problem does it solve? Engineering teams lack a single, objective view of codebase quality. This Skill wraps existing project tools (type checker, linter, test runner, dead code detector, shell linter) into one dashboard that produces a weighted composite score and tracks quality trends over time. ## Core Features & Use Cases - Unified Quality Dashboard: Aggregates type checking, linting, tests, dead code detection, and shell linting into one report. - Weighted Composite Score: Computes a 0-10 health score so teams can quantify code quality at a glance. - Trend Tracking: Records scores over time to show whether the codebase is improving or degrading. - Use Case: Before a release, run a health check to confirm the codebase passes all quality gates and compare the current score against previous runs to catch regressions early. ## Quick Start Ask the assistant to run a code health check and show the quality score for this repository.