health

Compute a 0-10 health score from type checks, linting, tests, and dead-code analysis.

1|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/tyhuffman7/gstack-hermes --skill health-tyhuffman7
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: health
Source: https://github.com/tyhuffman7/gstack-hermes/tree/main/gstack-health
Command: npx skills add https://github.com/tyhuffman7/gstack-hermes --skill health-tyhuffman7

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The health skill provides a unified view of code quality by orchestrating type checks, linting, tests, and dead-code detection to produce a single, interpretable score and trend trajectory.

Core Features & Use Cases

  • Orchestrates type checks, linting, tests, dead-code detection, and shell linting.
  • Computes a weighted 0-10 health score and tracks trends over time across a codebase.
  • Use cases: periodic health checks, dashboarding for CI, quick health summary before releases.

Quick Start

Run the health skill to generate a current health dashboard for your 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 code quality score for my repository?

A codebase health score is a single 0-10 metric computed by orchestrating type checks, linting, tests, and dead-code detection. It provides an interpretable measure of overall code quality and tracks trend trajectories over time.

How do I track code quality trends in CI pipelines?

Track code quality trends in CI by running periodic health checks that emit trend history over time. The skill surfaces regressions and guides quality improvements directly within CI, PR, and release dashboards.

Can I run dead-code analysis and type checking together for a health dashboard?

Yes, you can run dead-code analysis, type checking, linting, and tests together. The skill orchestrates these existing tools to produce a unified health dashboard for your codebase, summarizing results before releases.

Does this code quality dashboard work with monorepos?

Yes, the code quality dashboard works across monorepos and single projects. It applies type checks, linting, tests, and dead-code detection to surface trends and identify regressions across the entire codebase.

Do I need existing linting and test automation tools to generate a health score?

Yes, you need existing tools for type checking, linting, test automation, dead-code detection, and shell linting. The skill orchestrates these established dependencies to compute the weighted 0-10 health score.