What problem does it solve?
Health checks are painful when they require juggling multiple tools and manually interpreting results.
The health dashboard turns type checking, linting, tests, and dead-code detection into a single 0-10 score and shows how that score trends over time.
Core Features & Use Cases
- Composite code-quality scoring (0-10): Wraps existing project checks (type checker, linter, test runner, dead code detector, shell linter) and combines them into one weighted health number so you can compare runs.
- Trend tracking over time: Records health outcomes across invocations to surface improvements and regressions instead of treating each run as isolated.
- Focused use cases: Use it for code health check requests, “run all checks,” and “how healthy is the codebase” questions when you want a clear go/no-go quality signal.
- Operational guidance: Provides a consistent workflow for running the full suite of checks and interpreting the dashboard outputs.
Quick Start
Ask your AI to run the health check for the current codebase and return the weighted health score plus any notable regressions or persistent issues.