health

Aggregate type check, lint, test, and dead code metrics into a health dashboard.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/tak-bro/claude-code --skill health-tak-bro
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: health
Source: https://github.com/tak-bro/claude-code/tree/main/skills/health
Command: npx skills add https://github.com/tak-bro/claude-code --skill health-tak-bro

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code quality isn't one metric, it's a composite of type safety, lint cleanliness, test coverage, dead code, and script hygiene. Run every available tool, score results, and present a clear dashboard.

Core Features & Use Cases

  • Composite scoring across multiple quality signals (type checker, linter, tests, dead code, shell lint).
  • Trend tracking to monitor quality over time.
  • Use Case: As a staff engineer, you want a dashboard that shows health metrics and recommendations without fixing issues.

Quick Start

Run the health workflow to generate the CI dashboard for your project.

Frequently Asked Questions about health

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

FAQPage Schema
How do I aggregate type check, lint, and test results into a single code quality dashboard?▼

A code quality dashboard aggregates type checking, linting, tests, and dead code metrics into a composite score, providing a clear overview of repository health and historical trends.

What is a composite code quality score and how is it calculated in CI?▼

A composite code quality score combines type checker, linter, test, and dead code metrics to evaluate overall repository hygiene in CI workflows.

How do I track type safety and dead code trends over time in my repository?▼

You can track code quality trends over time by running a health workflow that scores type safety and dead code metrics, generating a dashboard that monitors these signals historically across project audits.

Can I run shell hygiene and lint checks without automatically fixing code issues?▼

Yes, you can run shell hygiene and lint checks to report code quality health and recommendations via a dashboard without automatically applying fixes to the codebase.

Does this code quality dashboard provide recommendations for fixing lint and type errors?▼

The code quality dashboard provides health insights and recommendations based on lint and type check scores, but it focuses on reporting metrics rather than automatically fixing the identified issues.