health

Aggregate code quality tool outputs into a weighted 0-10 health score.

Updated May 22, 2026
One-click install
npx skills add https://github.com/shekerkamma/peopletech-marketplace --skill health-shekerkamma
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: health
Source: https://github.com/shekerkamma/peopletech-marketplace/tree/main/plugins/gstack/health
Command: npx skills add https://github.com/shekerkamma/peopletech-marketplace --skill health-shekerkamma

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually running type checkers, linters, test suites, and dead code detectors across a project is time-consuming, and aggregating their individual results into a single, actionable quality metric is tedious.

Core Features & Use Cases

  • Automated Tool Detection: Automatically identifies available code quality tools (type checkers, linters, test runners, dead code detectors, shell linters) configured for your project.
  • Composite Quality Scoring: Runs all detected tools, computes a weighted 0-10 health score, and presents a clear dashboard of results.
  • Trend Tracking: Monitors quality score changes over time to help teams spot regressions or improvements. Use case: Before shipping a new feature, run this skill to quickly assess if your codebase has introduced quality issues, instead of running each tool individually and manually tallying results.

Quick Start

Use the health skill to run a full code quality check on the current project and show me the composite score and any detected issues.

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

You can aggregate code quality checks into a single score by using a skill that automatically detects and executes available type checkers, linters, and test runners, then computes a weighted composite 0-10 health metric. This eliminates manual tallying of disparate tool outputs.

What is a composite code health score and how does it work?

A composite code health score is a weighted 0-10 metric calculated from the outputs of various code quality tools. It works by automatically detecting and running configured type checkers, linters, test runners, and dead code detectors, then aggregating their results into one actionable dashboard.

Can I track codebase health trends over time without manual tool configuration?

Yes, you can track codebase health trends over time without manual tool configuration by using automated tool detection. The system identifies available linters and test runners, computes a weighted 0-10 score, and monitors quality changes to spot regressions or improvements.

Does automated code health checking work for pre-ship validation workflows?

Automated code health checking works for pre-ship validation by running a full quality check before shipping new features. It automatically executes available type checkers, linters, and dead code detectors to quickly assess if your codebase has introduced quality issues.

What's the best way to run multiple linters and test runners without installing extra dependencies?

The best way to run multiple linters and test runners without installing extra dependencies is using a tool with zero dependencies that automatically detects your existing configured tools. It executes your available type checkers, dead code detectors, and shell linters, then aggregates their outputs.

Why does my project need a single health score instead of individual tool outputs?

Your project needs a single health score because manually aggregating individual results from type checkers, linters, and test suites into an actionable quality metric is tedious. A weighted 0-10 composite score simplifies trend tracking and pre-ship validation.