health

Aggregate type-checks, lint, tests, dead code, and shell hygiene into a single score.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/GTC6244/ToolBridge --skill health-gtc6244
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: health
Source: https://github.com/GTC6244/ToolBridge/tree/main/.claude/skills/gstack/health
Command: npx skills add https://github.com/GTC6244/ToolBridge --skill health-gtc6244

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code quality dashboards are hard to assemble and track across multiple tools. This Skill wraps existing project tools (type checker, linter, test runner, dead code detector, shell linter), computes a weighted composite 0-10 score, and tracks trends over time to help teams ship healthier code.

Core Features & Use Cases

  • Unified health score: A single 0-10 score that blends multiple checks.
  • Trend tracking: Historical view to spot regressions and improvements.
  • Operational guidance: Proactive suggestions for improving health based on tool results.

Quick Start

Start by running the health skill to generate a live dashboard for your codebase and track health over time.

Frequently Asked Questions about health

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

FAQPage Schema
How do I build a code quality dashboard that tracks health trends over time?

Build a code quality dashboard by orchestrating a type checker, linter, test runner, dead-code detector, and shell linter to compute a weighted 0-10 score and track historical trends to identify regressions.

What is a unified code health score and how is it calculated?

A unified code health score is a single 0-10 metric that blends multiple checks. It calculates by applying weighted values to results from type checks, lint, tests, dead code detection, and shell hygiene.

Can I track dead code and lint regressions across a large software project?

Yes, track dead code and lint regressions across large software projects by aggregating tool results into a historical view that monitors quality trends over time and identifies specific regressions.

What's the best way to aggregate type-check and test runner results for a team?

Aggregate type-check and test runner results by wrapping existing project tools to compute a weighted composite score, producing a real-time dashboard that guides team quality improvements proactively.

Do I need existing project tools to generate a live code-health dashboard?

Yes, generating a live code-health dashboard requires existing project tools. The system wraps your current type checker, linter, test runner, dead-code detector, and shell linter to compute scores.