health

Analyze code quality by wrapping project tools and computing a weighted score.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/BrandonLee28/brandon-brain --skill health-brandonlee28
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: health
Source: https://github.com/BrandonLee28/brandon-brain/tree/main/.claude/skills/gstack/health
Command: npx skills add https://github.com/BrandonLee28/brandon-brain --skill health-brandonlee28

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 streamlined way to evaluate the health of your codebase, offering a comprehensive score and tracking of trends over time.

Core Features & Use Cases

  • Code Quality Analysis: Integrates with existing project tools to compute a composite score.
  • Trend Tracking: Monitors and reports on the health of the codebase over time.
  • Use Case: Use the /health command to obtain an immediate health score for your codebase, or set up a routine check to track improvements or regressions.

Quick Start

Run the /health command to assess the 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 codebase health and track quality trends over time?

To check codebase health, you can use a tool that computes a weighted composite score by wrapping your existing project type checkers, linters, and test runners to monitor quality trends over time.

What is a weighted composite score for code quality analysis?

A weighted composite score for code quality analysis aggregates results from your project's existing linters, type checkers, and test runners into a single metric to evaluate overall codebase health.

How do I integrate existing linters and test runners to compute a codebase health score?

You integrate existing linters and test runners by configuring a health check tool to wrap these utilities, executing them via Bash, and parsing their outputs to generate a weighted codebase health score.

Do I need specific project tools configured before running a codebase health check?

Yes, you need existing project tools like type checkers, linters, and test runners configured in your software development environment before running a codebase health check analysis.

What's the best way to monitor code quality regressions in software development?

The best way to monitor code quality regressions is to use a trend tracking tool that records weighted health scores over time, allowing you to compare current results against historical baseline metrics.

Can I use codebase health tracking tools if my project relies heavily on Bash scripts?

Yes, codebase health tracking tools that support Bash integration can execute your existing script-based type checkers and linters to compute a comprehensive quality score for your project.