health

Aggregate type-check, lint, test, dead code, and shell outputs into a 0-10 health score.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code quality monitoring is often a fragmented effort. This skill consolidates multiple quality checks into a single, interpretable health signal to help teams quickly assess where a codebase stands.

Core Features & Use Cases

  • Wraps TypeScript type checking, lint, test runs, dead code detection, and shell lint checks into one dashboard.
  • Computes a weighted 0-10 health score and tracks health trends over time.
  • Use cases include pre-release health checks, continuous health monitoring, and sprint health reviews.

Quick Start

Launch the health dashboard to generate the current health score by aggregating type-check, lint, test, dead code, and shell health outputs.

Frequently Asked Questions about health

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

FAQPage Schema
How do I aggregate code quality signals into a single health score?

To aggregate code quality signals into a health score, wrap your TypeScript type checking, lint, test runs, dead code detection, and shell lint outputs into one dashboard. This computes a weighted 0-10 score reflecting overall codebase health.

What is a code quality dashboard used for in continuous monitoring?

A code quality dashboard consolidates fragmented checks into an interpretable signal for continuous monitoring. It tracks health trends over time, enabling quick assessments for pre-release checks, ongoing monitoring, and sprint reviews.

Can I track code health trend analysis across multiple commits?

Yes, you can track code health trend analysis across commits. The dashboard computes a weighted 0-10 health score over time, allowing you to monitor improvements or regressions in your codebase throughout development sprints.

Does the code health dashboard integrate with existing TypeScript and shell linter toolchains?

Yes, the code health dashboard integrates with existing toolchains. It directly ingests outputs from your TypeScript type checker, linter, test runner, dead code detector, and shell linter to calculate its aggregated score.

What's the best way to perform a pre-release code health check?

The best way to perform a pre-release code health check is to launch the health dashboard. It aggregates type-check, lint, test, dead code, and shell health outputs to generate an interpretable 0-10 score indicating release readiness.