health

Calculate a weighted 0-10 code quality score from linters and test runners.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the lack of visibility into code quality by aggregating various static analysis tools into a single, actionable health score.

Core Features & Use Cases

  • Composite Scoring: Calculates a weighted 0-10 score based on linters, test runners, and dead code detectors.
  • Trend Tracking: Monitors quality metrics over time to ensure the codebase improves rather than degrades.
  • Use Case: Run a comprehensive health check before a major release to identify high-risk areas and ensure all quality gates are met.

Quick Start

Ask the assistant to perform a full code health check and provide a quality score for the current repository.

Frequently Asked Questions about health

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

FAQPage Schema
How do I calculate a composite code quality score for my repository?

To calculate a composite code quality score, this Skill orchestrates existing linters, test runners, and static analysis tools to generate a weighted 0-10 metric. It aggregates these results within your development environment to provide a single, actionable health score.

What is the best way to track technical debt and code standards over time?

Tracking technical debt over time is achieved by monitoring quality metrics across project lifecycles. This Skill records trend data from static analysis and test runs to ensure your codebase improves rather than degrades as it evolves.

Can I run a code health check before a major release to identify high-risk areas?

Yes, you can perform a comprehensive code health check before a release. It aggregates static analysis and test results to identify high-risk areas, ensuring all quality gates are met and providing a full repository health score.

Do I need existing testing and analysis infrastructure to generate accurate health metrics?

Yes, integration with existing project-level testing and analysis infrastructure is required. The Skill orchestrates your installed linters and test runners to generate accurate health metrics, rather than providing its own static analysis tools.

How does a weighted code health dashboard help with static analysis?

A weighted code health dashboard aggregates static analysis outputs into a single 0-10 score. This provides visibility into code quality by combining linter results, test runner data, and dead code detection into one actionable metric.