health

Aggregates code quality metrics from multiple tools into a 0-10 score with trends.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code health is about aggregating various quality signals into a single, interpretable score to guide improvements and reduce risk.

Core Features & Use Cases

  • Integrates type checking, linting, test execution, dead-code detection, and shell linting to compute a weighted 0-10 health score.
  • Tracks health trends over time to reveal regressions, improvements, and hotspots across the codebase.
  • Supports on-demand health checks in CI, local development, and dashboards for teams to align on quality goals.

Quick Start

Run a health check to generate the current code-quality 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 aggregate code quality metrics into a single health score?

To aggregate code quality metrics into a single health score, integrate type checkers, linters, test runners, and dead-code detectors to compute a weighted 0-10 score. This provides an interpretable measure to guide improvements and reduce risk across your codebase.

What is a code health dashboard and how does it track repository trends?

A code health dashboard tracks repository trends by aggregating quality signals over time, revealing regressions, improvements, and hotspots. It combines multiple metrics into a unified 0-10 score to help teams align on ongoing quality goals.

Can I run on-demand code health checks in CI and local development?

Yes, you can run on-demand code health checks in CI pipelines and local development environments. The system supports on-demand execution to generate current code-quality scores, enabling teams to monitor health during both development and automated builds.

Does this code health score work with type checkers, linters, and dead-code detectors?

Yes, the code health score works with type checkers, linters, test runners, and dead-code detectors. It integrates these tools to aggregate their individual quality signals into a single weighted 0-10 score.

What's the best way to track codebase quality regressions and hotspots?

The best way to track codebase quality regressions and hotspots is by tracking health trends over time. Aggregating weighted metrics from linting, testing, and dead-code detection reveals specific areas of the codebase that are degrading or need improvement.