What problem does it solve? It replaces the manual work of running type checkers, linters, test suites, and dead-code detectors one by one by executing them all at once and presenting a single scored dashboard with historical trends. ## Core Features & Use Cases - Automatic tool detection: Detects the project's own type checker, linter, test runner, dead-code analyzer, and shellcheck from config files, or reads a ## Health Stack section from AGENTS.md. - Weighted composite scoring: Scores each category 0-10 and combines them with fixed weights (test 32%, typecheck 26%, lint 21%, deadcode 14%, shell 7%) into one composite score. - Trend tracking and HTML dashboard: Appends each run to a JSONL history file and renders a self-contained HTML dashboard with an SVG trend line and per-category deltas. - Use Case: Ask for a health check before a release to get a composite score, see whether quality improved since the last run, and receive the three highest-impact issues to fix first. ## Quick Start Ask the agent to run a health check on this repository and show the quality dashboard with the score trend.