health

Compute a weighted 0-10 codebase health score and track trends over time.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The health Skill unit addresses the need for continuous monitoring and assessment of codebase quality and health.

Core Features & Use Cases

  • Code Quality Dashboard: Provides a weighted composite score from 0-10 to gauge the overall health of the codebase.
  • Trend Tracking: Keeps a record of quality scores over time, allowing for the detection of patterns and changes.
  • Triggers: Can be invoked with triggers such as "code health check", "quality dashboard", or "how healthy is codebase".

Quick Start

To perform a health check on your codebase, simply use the command: /gstack health

Frequently Asked Questions about health

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

FAQPage Schema
How do I perform a codebase health check for continuous integration?

A codebase health check is performed by computing a weighted composite 0-10 score using tools like type checkers, linters, and test runners to assess software engineering quality assurance.

How does quality score trend tracking work for a codebase?

Quality score trend tracking works by recording and monitoring a codebase's weighted composite 0-10 health score over time, allowing for the detection of patterns and changes in code quality.

Do I need linters and test runners to assess codebase quality?

Yes, assessing codebase quality requires tools like type checkers, linters, and test runners to compute the weighted composite 0-10 score used for continuous monitoring and quality assurance.

What is a weighted composite codebase health score?

A weighted composite codebase health score is a 0-10 metric that aggregates results from type checkers, linters, and test runners to gauge the overall quality assurance status of a software engineering project.