What problem does it solve?
This Skill eliminates the need to manually run type checkers, linters, test runners, and dead code detectors separately, then manually aggregate the results into a meaningful quality score. It provides a single command to get a 0-10 composite health score and track whether code quality is improving or slipping over time.
Core Features & Use Cases
- Composite Quality Scoring: Aggregates results from type checkers, linters, test runners, dead code detectors, and shell linters into a weighted 0-10 score.
- Trend Tracking: Monitors health scores over time to show if the codebase is improving or degrading.
- Use Case: Imagine you're about to ship a feature and want to know if your code quality has dropped. Run this skill to get an instant dashboard showing exactly which tools failed and how the score compares to last week.
Quick Start
Use the health skill to run all available code quality checks and display the composite dashboard for the current project.