health

Aggregate type checking, linting, tests, dead code, and shell lint into a 0-10 health score.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/agwacom/avad-marketplace --skill health-agwacom
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: health
Source: https://github.com/agwacom/avad-marketplace/tree/main/plugins/avad/skills/avad-health
Command: npx skills add https://github.com/agwacom/avad-marketplace --skill health-agwacom

SYSTEM DOCUMENTATION & REQUIREMENTS

## What problem does it solve? Code quality dashboard that aggregates type checking, linting, tests, dead code detection, and shell linting into a single, trackable health score and trend data to guide improvements.

## Core Features & Use Cases

  • Aggregates results from type checkers, linters, test runners, dead code detectors, and shell linters into one 0-10 score.
  • Tracks health trends over time to reveal improvements or regressions.
  • Use when you want a clear health signal for the codebase and a prioritized backlog of fixes.

### Quick Start Run the health check to compute the composite score and view trends.

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 over time using a single dashboard?▼

To track code quality trends over time, this Skill aggregates type checking, linting, tests, and dead code detection into a weighted 0-10 health score. Running the health check computes the composite score and reveals historical improvements or regressions at a glance.

How do I combine type checking, linting, and test results into one code health score?▼

Combining type checking, linting, and test results into one code health score requires aggregating the outputs of configured project tools. This Skill weights those results to produce a single 0-10 score, simplifying multiple quality metrics into a unified health signal.

What tools do I need to configure before calculating a codebase health score?▼

Calculating a codebase health score requires the project to have a type checker, linter, test runner, and dead code detector pre-configured. These available tools must produce consistent outputs for the Skill to aggregate results into the weighted 0-10 score.

What is the best way to visualize dead code detection and shell linting results together?▼

The best way to visualize dead code detection and shell linting results together is using a code quality dashboard. This Skill aggregates those results with type checking and tests into a weighted 0-10 health score, providing an at-a-glance signal rather than isolated reports.