health

Aggregate type checking, linting, tests, and dead code checks into a weighted 0-10 score.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code quality is not a single metric. This Skill aggregates type checking, linting, test results, dead code detection, and shell linting into a weighted 0-10 score and tracks trends over time, giving teams a clear health picture.

Core Features & Use Cases

  • Unified dashboard across multiple tools (type checking, linting, tests, dead code detection, shell lint).
  • Weighted score from 0 to 10 with trend history to spot improvements or regressions.
  • Quick health checks across projects and repos to inform release readiness and risk.

Quick Start

Run the health dashboard for the current repository to generate an at-a-glance health report.

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 like linting and tests into a single score?

A code quality dashboard aggregates type checking, linting, tests, and dead code detection into a weighted 0-10 score. It unifies multiple tool outputs to provide a clear health picture for your repository.

Does this code health dashboard work with monorepos containing multiple projects?

Yes, the code health dashboard supports monorepos with multiple projects. It applies quality checks across all projects to track health trends and inform release readiness.

What tools do I need to run code quality checks for a unified health score?

You need existing tools like tsc, eslint, and pytest to run the health dashboard. The dashboard surfaces results from these tools to calculate a consolidated 0-10 score with per-tool weights and trend data.

How can I track code quality trends over time to spot regressions?

You track code quality trends by running the health dashboard to generate trend history across type checking, linting, tests, and dead code detection. This history spots improvements or regressions over time.

What is the best way to assess release readiness across different repositories?

Run quick health checks across projects and repositories to assess release readiness. This generates a weighted 0-10 score with per-tool weights and trend data to inform risk and release decisions.