health

Aggregate type checking, linting, testing, dead code, and shell lint results into a 0-10 health score.

Updated Dec 26, 2025
One-click install
npx skills add https://github.com/tony30552001/Genpic-master --skill health-tony30552001
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: health
Source: https://github.com/tony30552001/Genpic-master/tree/main/.agents/skills/gstack/health
Command: npx skills add https://github.com/tony30552001/Genpic-master --skill health-tony30552001

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provide a centralized, automated view of code quality by running and consolidating results from type checkers, linters, test runners, dead code detectors, and shell lint checks into a single health score.

Core Features & Use Cases

  • Integrates multiple quality tools (type checker, linter, test runner, dead code detector, shell linter) into one dashboard.
  • Computes a weighted 0-10 health score and tracks trends over time for visibility into codebase health.
  • Enables actionable insights for code reviews, releases, and ongoing quality improvement.

Quick Start

Run the health skill to generate a current code health score by aggregating results from the project tools and display trends.

Frequently Asked Questions about health

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

FAQPage Schema
How do I aggregate lint, type checking, and test results into a single code health score?

A code health score is a weighted 0-10 metric computed by consolidating results from type checkers, linters, test runners, dead code detectors, and shell lint checks. It provides a centralized, interpretable view of codebase quality for dashboards and external reports.

How do I track code quality trends over time for dashboards and releases?

You can monitor codebase health over time and detect regressions by computing a weighted health score from type checking, linting, testing, dead code detection, and shell linting. This provides actionable insights for code reviews and releases across varying codebase sizes.

Does the code health score calculation work with existing project linters and test runners?

The health skill works with existing project tools by running and consolidating results directly from your configured type checkers, linters, test runners, dead code detectors, and shell linters. It applies to codebases of varying sizes without requiring additional dependencies.

What's the best way to consolidate dead code detection and shell lint checks into quality reports?

The best way to consolidate dead code detection and shell lint checks into quality reports is to aggregate them with type checking, linting, and testing results into a single weighted health score. This centralized approach automates code quality visibility for external reports.