health

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

Updated Mar 27, 2026
One-click install
npx skills add https://github.com/AlejandroFigini/artist-portfolio --skill health-alejandrofigini
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: health
Source: https://github.com/AlejandroFigini/artist-portfolio/tree/main/.agent/skills/health
Command: npx skills add https://github.com/AlejandroFigini/artist-portfolio --skill health-alejandrofigini

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Consolidates signals from type checkers, linters, tests, and dead-code detectors into a single, interpretable health score to surface codebase quality at a glance.

Core Features & Use Cases

  • Weighted 0-10 health score computed from multiple project checks (type checks, linting, tests, dead code).
  • Trend tracking over time to identify code quality improvements or regressions.
  • Quick health reports for onboarding, audits, and release readiness.

Quick Start

Run the health check to compute a weighted composite score from your project tools and track trends over time.

Frequently Asked Questions about health

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

FAQPage Schema
How do I aggregate linter and test results into a single code quality score?

To aggregate linter and test results into a single code quality score, this tool consolidates signals from type checkers, linters, tests, and dead-code detectors into a deterministic weighted 0-10 metric. It requires integration with your standard project tooling.

Can I track static analysis and code health trends over time for release readiness?

You can track static analysis and code health trends over time for release readiness by computing a weighted composite score from your project tools. The tool maintains trend history from CI results and local tool outputs to identify quality improvements or regressions.

What is a weighted code health score and how does it work?

A weighted code health score consolidates multiple project checks like type checking, linting, tests, and dead code detection into a single interpretable 0-10 metric. It surfaces codebase quality at a glance by aggregating signals from standard project tooling.

Do I need specific dependencies to calculate a code quality score?

You do not need specific external dependencies to calculate a code quality score, but you must integrate the tool with your existing standard project tooling. It aggregates outputs from your local type checkers, linters, tests, and dead-code detectors.

When should I use a composite health metric for static analysis?

You should use a composite health metric for static analysis during daily development, release readiness checks, and compliance reviews. It provides a quick health report ideal for onboarding and audits by tracking code quality improvements or regressions over time.