health

Aggregate type checker, linter, and test runner results into a weighted 0-10 code health score.

1|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/cattboy/lil_bro --skill health-cattboy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: health
Source: https://github.com/cattboy/lil_bro/tree/main/.claude/skills/health
Command: npx skills add https://github.com/cattboy/lil_bro --skill health-cattboy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code quality dashboards provide a unified view of code health by wrapping existing project tools like type checkers, linters, and test runners. It computes a weighted composite score and tracks trends over time to help teams identify and fix quality issues quickly.

Core Features & Use Cases

  • Wraps type checkers, linters, test runners, dead code detectors, and shell linters to compute a single health score.
  • Produces a weighted 0-10 score and visualizes trends over time to guide improvements.
  • Use in CI pipelines and code reviews to monitor health, prioritize fixes, and communicate quality to stakeholders.

Quick Start

Run the health check to generate the latest code health score for your repository.

Frequently Asked Questions about health

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I calculate a code health score for my repository?

You can visualize code health trends over time by storing historical score data generated from aggregated type checking and linting results. This allows teams to track quality metrics, identify issues, and prioritize fixes across CI workflows.

What is the best way to track code quality trends in a CI pipeline?

The best way to track code quality trends in a CI pipeline is by running a health check that wraps type checkers, linters, and test runners. It computes a weighted 0-10 score and stores historical data for visualization to monitor codebase improvements.

Can I combine lint, type-check, and test results into a single dashboard?

Yes, you can combine lint, type-check, and test results into a single dashboard by wrapping these core project quality tools. The tool computes a weighted composite health score and visualizes trends to communicate quality to stakeholders.

Does this code quality monitoring tool detect dead code and shell linting issues?

Yes, this code quality monitoring tool detects dead code and shell linting issues. It wraps dead code detectors and shell linters alongside type checkers and test runners to compute a comprehensive code health score for your repository.

Why do I need a weighted 0-10 score for codebase health tracking?

You need a weighted 0-10 score for codebase health tracking to translate complex type checking, linting, and test results into a single actionable metric. This simplifies communicating code quality to stakeholders and prioritizing technical debt fixes.