health

Aggregate type checker, linter, test runner, and dead code scores into a composite quality score.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Provides a quick overview of the codebase's health by running various quality checks and computing a composite score.

Core Features & Use Cases

  • Composite Score: Aggregates scores from type checker, linter, test runner, dead code detector, and shell linter.
  • Trend Tracking: Monitors quality over time to identify improvements or degradations.
  • Use Case: Use the /health command to get an immediate quality score for your codebase, useful for regular codebase health checks and performance reviews.

Quick Start

Run /health to check the overall health of your codebase.

Frequently Asked Questions about health

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

FAQPage Schema
How do I check my codebase health and get a quality score?

To check codebase health, you can run the `/health` command to compute a composite quality score. This aggregates results from type checkers, linters, and test runners to provide an immediate overview of your project's codebase quality.

How do I track code quality trends over time?

You can track code quality trends by running regular health checks to monitor quality over time. This helps identify improvements or degradations in the codebase by comparing historical composite quality scores.

What goes into an automated code quality score?

An automated code quality score aggregates checks from type checkers, linters, test runners, dead code detectors, and shell linters. This composite score provides a quick overview of overall codebase health.

Can I run a code health check for any codebase?

Yes, this health check is applicable to any codebase needing regular quality assessments. It automates code reviews by integrating multiple existing project tools to compute the final score.

How do I automate code reviews for my project?

You can automate code reviews by running the `/health` command to compute a composite quality score. This integrates your project's type checker, linter, and test runner to provide an immediate codebase health assessment.

Why does my code quality score change between checks?

Your code quality score changes because the health check aggregates results from multiple tools like linters and test runners. Tracking this trend helps you identify recent improvements or degradations in the codebase.