What problem does it solve?
Manually running type checkers, linters, test suites, and dead code detectors across a project is time-consuming, and aggregating their individual results into a single, actionable quality metric is tedious.
Core Features & Use Cases
- Automated Tool Detection: Automatically identifies available code quality tools (type checkers, linters, test runners, dead code detectors, shell linters) configured for your project.
- Composite Quality Scoring: Runs all detected tools, computes a weighted 0-10 health score, and presents a clear dashboard of results.
- Trend Tracking: Monitors quality score changes over time to help teams spot regressions or improvements.
Use case: Before shipping a new feature, run this skill to quickly assess if your codebase has introduced quality issues, instead of running each tool individually and manually tallying results.
Quick Start
Use the health skill to run a full code quality check on the current project and show me the composite score and any detected issues.