health

Run health-check tools and generate a structured dashboard with composite scores.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Teams struggle to gauge code quality across multiple tools and workflows. This skill provides a single, holistic dashboard that aggregates type safety, lint cleanliness, test results, and dead code metrics to reveal project health at a glance.

Core Features & Use Cases

  • Aggregates outputs from type checkers, linters, test runners, and dead code detectors into a unified health score.
  • Computes a weighted 0-10 composite score and tracks trends over time to spotlight improvements or regressions.
  • Generates a clear dashboard for engineers and managers to inform priorities in CI, PR reviews, and maintenance.

Quick Start

Run the health skill to generate the current code quality dashboard for the repository.

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 metrics into a single dashboard score?

To aggregate code quality metrics into a dashboard, this skill runs typecheck, lint, tests, and dead code detection, then computes a weighted 0-10 composite score with per-category breakdowns for your repository.

What is the best way to track code quality trends across TypeScript, Python, and Rust projects?

The best way to track code quality trends across TypeScript, Python, Rust, and Go projects is to generate a unified health dashboard that records timed check results over time, highlighting improvements or regressions.

Does the code quality health check work with shell scripts and CI pipelines?

Yes, the code quality health check works with shell scripts and CI pipelines. It executes shell lint alongside typecheck and tests, formatting a structured dashboard report for both local development and CI environments.

How do I generate a code quality dashboard for PR reviews?

To generate a code quality dashboard for PR reviews, run the health skill to execute available checks, time the results, and format a structured report with a final composite score and per-category insights.

Can I surface dead code and lint cleanliness metrics for managers in a unified report?

Yes, you can surface dead code and lint cleanliness metrics for managers in a unified report. The skill aggregates outputs from dead code detectors and linters into a clear dashboard to inform maintenance priorities.

Why should I use an aggregated health score instead of running individual linters and test runners?

You should use an aggregated health score instead of individual tools because it solves the struggle of gauging holistic code quality across multiple workflows, combining type safety, lint, tests, and dead code into one actionable view.