What problem does it solve?
This Skill turns a messy, multi-tool quality workflow into a single code-health signal by running standard checks, combining them into a weighted 0-10 score, and recording results over time so you can see whether the codebase is getting healthier or drifting.
Core Features & Use Cases
- Composite Code Quality Score (0–10): Wraps existing project tools (type checking, linting, tests, dead code detection, and shell linting) and computes a single weighted score to make health easy to compare across runs.
- Trend Tracking Over Time: Stores health outputs and maintains longitudinal signals so you can spot regressions, improvements, and recurring hotspots instead of only reading one-off failures.
- Health Check Triggers: Designed for common prompts like health check, quality dashboard, and how healthy is the codebase.
Quick Start
Run a full code quality health check by asking: "health check my codebase and give me the 0-10 quality score plus the main drivers and any trend changes since the last run."