health

Aggregate code health metrics from integrated tools into a weighted 0-10 score.

1|Updated Apr 26, 2026
One-click install
npx skills add https://github.com/tblakex01/conductor-playground --skill health-tblakex01
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: health
Source: https://github.com/tblakex01/conductor-playground/tree/main/.claude/skills/gstack/health
Command: npx skills add https://github.com/tblakex01/conductor-playground --skill health-tblakex01

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code quality dashboard. Wraps existing project tools (type checker, linter, test runner, dead code detector, shell linter), computes a weighted composite 0-10 score, and tracks trends over time. Use when: "health check", "code quality", "how healthy is codebase", "run all checks", "quality score". (gstack)

Core Features & Use Cases

  • Wraps existing project tools (type checker, linter, test runner, dead code detector, shell linter) to produce a unified health signal.
  • Computes a weighted 0-10 score and tracks trends over time to reveal improvement or regressions.
  • Use cases: run periodic health checks after commits or releases, benchmark against baselines, and inform quality gate decisions.

Quick Start

Run the health skill to generate the latest codebase health report.

Frequently Asked Questions about health

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

FAQPage Schema
How do I calculate a single code quality score from linters and type checkers?

To calculate a code quality score, this tool wraps existing project tools like type checkers, linters, and test runners to compute a weighted composite 0-10 score. It aggregates these metrics into a single interpretable health signal for your repository.

What is a codebase health check and when should I run one?

A codebase health check aggregates quality metrics from integrated tools into a single score to detect trends. You should run periodic health checks after commits or releases, benchmark against baselines, and inform quality gate decisions.

Can I track code health trends over time using existing project tooling?

Yes, you can track code health trends over time by applying the computed 0-10 score to your project repositories. It uses existing tools like dead code detectors and shell linters to reveal improvement or regressions across commits.

Do I need a specific test runner or linter configured to generate a code health score?

You need configured tools like a type checker, linter, test runner, dead code detector, and shell linter to generate the code health score. The skill wraps these existing project tools to produce a unified health signal.

Can I extend the code health metrics with new data sources?

Yes, the code health metrics can be extended with new data sources. The skill aggregates metrics from integrated tools into a single score and allows adding new data sources to detect health trends and compare baselines.