health

Computes a weighted composite code quality score from project tool integrations.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a comprehensive code quality dashboard, allowing you to quickly assess the health and quality of your codebase.

Core Features & Use Cases

  • Code Quality Score: Computes a weighted composite score between 0-10, reflecting the overall quality of the codebase.
  • Trend Tracking: Monitors and tracks code quality trends over time.
  • Project Tools Integration: Wraps existing project tools like type checkers, linters, test runners, and dead code detectors.
  • Use Case: Use this Skill to perform a "health check" on your codebase or to get a quick overview of its quality score.

Quick Start

Run the health check for your codebase by invoking the 'code health check' skill.

Frequently Asked Questions about health

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

FAQPage Schema
How do I run a code health check to assess my codebase quality?

To run a code health check, invoke the skill on your running codebase. It integrates with existing project tools like type checkers and linters to compute a weighted composite quality score between 0 and 10.

What is a weighted composite code quality score?

A weighted composite code quality score is a 0-10 metric reflecting overall codebase health. It aggregates results from integrated type checkers, linters, test runners, and dead code detectors into a single dashboard value.

Can I track code quality trends over time for my software project?

Yes, you can track code quality trends over time. The skill monitors quality metrics continuously, allowing you to observe how your codebase health evolves across development cycles within the dashboard.

Does the code health check require specific project tools to be installed?

The code health check requires a running codebase and integration with project-specific tools. It wraps existing type checkers, linters, test runners, and dead code detectors rather than providing its own static analysis engines.

How do I get a quick overview of my codebase's quality score?

To get a quick overview of your codebase quality score, execute the health check skill. It assesses your codebase by wrapping your existing project tools and generating a comprehensive quality dashboard.

What are the limitations of using a composite score for code health monitoring?

The composite score provides a high-level overview but depends entirely on the output of your integrated project tools. It requires a running codebase and cannot assess quality metrics for projects lacking configured linters or test runners.