health

Compute a weighted composite code health score from automated checks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Bash, Read, Write, Edit, Glob, Grep, AskUserQuestion, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a quick and comprehensive health check for your codebase, identifying issues in type safety, linting, testing, dead code, and shell scripts.

Core Features & Use Cases

  • Comprehensive Score: Calculates a weighted composite score from 0-10 based on various checks.
  • Automated Checks: Runs type checks, linters, test runners, dead code detectors, and shell linters.
  • Trend Tracking: Tracks trends over time to help you monitor codebase health improvements.

Quick Start

Run the health check for your codebase by typing /health.

Frequently Asked Questions about health

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

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

A codebase health check identifies issues in type safety, linting, testing, dead code, and shell scripts. It calculates a weighted composite score from 0-10 to provide a comprehensive overview of your codebase health and tracks trends over time.

What is the best way to automate type checking and linting checks?

You need Bash, Read, Write, Edit, Glob, Grep, and AskUserQuestion dependencies to perform codebase health checks. These tools allow the skill to execute shell commands, read and modify files, and gather user input during the automated quality assessment.

Can I track codebase health trends over time for my software project?

Yes, you can track codebase health trends over time. The health check skill stores historical weighted composite scores from 0-10, helping you monitor improvements or regressions in type safety, linting, and testing metrics across your software development workflow.

Does the codebase health score include dead code and shell script analysis?

Yes, the codebase health score includes dead code and shell script analysis. The automated checks run dead code detectors and shell linters alongside type checks and test runners to compute the final weighted composite score from 0-10.