health

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

15|1|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/howdeploy/NekoFree --skill health-howdeploy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: health
Source: https://github.com/howdeploy/NekoFree/tree/main/skills/health
Command: npx skills add https://github.com/howdeploy/NekoFree --skill health-howdeploy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The health skill builds a code quality dashboard that aggregates type checking, linting, testing, and dead code detection into a single, trackable score to reveal code health trends over time.

Core Features & Use Cases

  • Aggregates results from type checkers, linters, test runners, and dead code detectors.
  • Computes a weighted 0-10 health score and tracks trends across commits and branches.
  • Use case: when you need a quick health check before release or code reviews to identify hotspots.

Quick Start

Execute the health scan to generate a current health score for the 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 unified code quality score from linters and test runners?

Aggregating code quality signals from type checkers, linters, test runners, and dead code detectors calculates a weighted 0-10 health score. This unified score provides an interpretable overview of your repository's current condition and tracks trends across commits and branches.

What is the best way to track code health trends across CI pipelines?

Tracking code health trends across CI pipelines requires aggregating quality signals into a single trackable score. This approach computes a weighted 0-10 health score and monitors changes over time, identifying hotspots during ongoing health monitoring or before release.

Can I use a single dashboard to monitor type checking, linting, and dead code detection?

You can build a code quality dashboard that aggregates type checking, linting, testing, and dead code detection into one view. This dashboard outputs a per-tool breakdown and a unified health score, allowing you to monitor multiple quality signals simultaneously.

How do I generate a quick code health check before a release or code review?

Generating a quick health check before release or code reviews requires executing a health scan on your repository. This scan computes a weighted 0-10 health score with a trend line and per-tool breakdown to identify potential hotspots.

Does a code health score require integration with specific project tools?

A code health score requires integration with type checkers, linters, test runners, and dead code detectors. The score aggregates results from these project tools into a single interpretable metric for ongoing monitoring and trend analysis across your software repositories.