What problem does it solve?
Running separate code quality tools (type checkers, linters, test runners, dead code detectors) gives fragmented results with no unified view of your project's overall health or historical progress across commits and releases.
Core Features & Use Cases
- Unified Tool Orchestration: Wraps your project's existing type checker, linter, test runner, dead code detector, and shell linter into a single, repeatable workflow.
- Composite Quality Scoring: Computes a weighted 0-10 score that aggregates results from all quality checks into an easy-to-understand health metric.
- Trend Tracking: Monitors quality scores over time to show if your codebase is improving, degrading, or staying stable across development cycles.
- Use Case: Before a major release, run this skill instead of manually executing 5+ separate quality tools and calculating an overall score yourself.
Quick Start
Request a full code health check for your active project to get your unified quality score and historical trend data.