health

Compute a 0-10 code health dashboard from typecheck, lint, tests, and dead code.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code quality health is distributed across multiple tools and reports, making it hard for teams to get a single, actionable view of project health.

Core Features & Use Cases

  • 0-10 dashboard that aggregates typecheck, lint, test results, and dead code into a concise health score.
  • CI integration and project health reviews to monitor long-term quality trends and identify risk areas.

Quick Start

Type /health to generate the current code 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 aggregate typecheck, lint, tests, and dead code results into a single code health dashboard?

You can compute code health across core quality axes by aggregating typecheck, lint, test results, and dead code to produce a single 0-10 dashboard. Type /health to generate the current health snapshot for your repository.

Can I integrate a code health dashboard into my CI pipelines?

Yes, the code health dashboard is applicable to CI integration and project health reviews. You can monitor long-term quality trends and identify risk areas across languages and ecosystems wherever teams want a concise health snapshot.

What is the best way to get a concise project health score without automatic fixes?

The best way to get a concise project health score is to compute typecheck, lint, test results, and dead code metrics into a 0-10 dashboard. It detects issues and aggregates scores without performing automatic fixes.

Does this code health dashboard work across different languages and ecosystems?

Yes, the code health dashboard works across languages and ecosystems. It computes code health across typecheck, lint, tests, and dead code to produce a single 0-10 dashboard wherever teams need an actionable health snapshot.

Why does my code health dashboard only detect issues instead of fixing them?

The code health dashboard is designed to detect issues with type safety, style, test results, and dead code, aggregate scores, and present a dashboard. It satisfies functional requirements to monitor quality without performing automatic fixes.