health

Aggregate type safety, lint, tests, dead-code detection, and shell hygiene into a 0-10 health score dashboard.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Code quality is a composite of multiple checks. This Skill centralizes type safety, lint cleanliness, test coverage, dead code, and shell hygiene into a single, shareable dashboard that shows health at a glance and tracks trends over time.

Core Features & Use Cases

  • Orchestrates type-checking, linting, test execution, dead-code detection, and shell lint to produce a unified health score.
  • Tracks 0-10 health scores and trends, surfacing regressions and hotspots across the codebase.
  • Supports multi-repo and monorepo contexts, enabling engineers to compare health across modules and time.

Quick Start

Run the health skill to generate a live dashboard and trend report 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 track code quality trends across a monorepo?

To track code quality trends across a monorepo, you can aggregate type safety, lint, and test results into a unified dashboard. This normalizes disparate tool outputs into a 0-10 health score and preserves historical trends for visualization.

What is a code health dashboard and how does it work?

A code health dashboard centralizes type-checking, linting, test coverage, dead code, and shell hygiene into a single view. It normalizes these outputs into a 0-10 score, surfacing regressions and hotspots across the codebase.

How do I consolidate lint, tests, and dead-code detection into one score?

You can consolidate lint, tests, and dead-code detection into one score by orchestrating these checks into a unified health dashboard. It normalizes the outputs into a 0-10 health score and tracks regressions over time.

Can I compare code health scores across multiple repositories?

Yes, you can compare code health scores across multiple repositories. The dashboard supports multi-repo and monorepo contexts, enabling engineers to compare normalized 0-10 health scores and track changes across modules.

What is the best way to visualize static analysis and test coverage regressions?

The best way to visualize static analysis and test coverage regressions is using a trends-aware code quality dashboard. It surfaces actionable health signals and preserves historical trends to highlight regressions and hotspots.