What problem does it solve? Code quality is spread across many tools — type checkers, linters, test runners, dead code detectors, shell linters — and no single number tells you whether the codebase is getting healthier or slipping. This Skill runs every available check, combines the results into one weighted 0-10 score, and tracks the trend over time. ## Core Features & Use Cases - Composite quality dashboard: Wraps the project's existing type checker, linter, test runner, dead code detector, and shell linter into one scored report. - Weighted 0-10 scoring: Aggregates individual tool results into a single composite score with per-area breakdowns. - Trend tracking: Records scores over time so the team can see whether quality is improving or regressing. - Use Case: Before a release, ask for a health check to get the current composite score, see which area (types, lint, tests, dead code) is dragging it down, and compare against the last recorded run — without the Skill changing any code, since it is report-only by design. ## Quick Start Ask the assistant to run a code health check and show the quality dashboard with the composite score and trends.