What problem does it solve?
Code quality often drifts as projects evolve, making it hard to know when to fix issues. This skill provides a centralized health dashboard by wrapping existing project tools (type checker, linter, test runner, dead code detector, and shell linter) and computing a weighted 0-10 score, enabling trends to be tracked over time and issues surfaced early.
Core Features & Use Cases
- Wraps type checker, linter, test runner, dead code detector, and shell linter to compute a single health score and visualize trends over time.
- Provides quick visibility into codebase health, helping teams prioritize fixes before they impact users.
- Use cases include CI health checks, pre-merge quality gates, and ongoing maintenance dashboards for long-running projects.
Quick Start
Run the health check workflow to generate and view the code quality dashboard for your repository.