health

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code quality dashboards provide a single, reproducible view of code health by consolidating results from multiple analysis tools.

Core Features & Use Cases

  • Aggregates type checking, linting, tests, dead code detection, and shell linting into a single health score.
  • Tracks trends over time to surface improvements or regressions across the codebase.
  • Use when you need a clear, actionable signal for code quality and health checks.

Quick Start

Run the health check across your repo to generate a 0-10 quality score and trend 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 into a single dashboard score?▼

You can aggregate code quality metrics by running type checking, linting, tests, dead code detection, and shell linting to generate a weighted 0-10 health score. This consolidates multiple analysis tool results into a single reproducible dashboard view.

Can I track codebase health trends over time to catch regressions?▼

Yes, you can track codebase health trends over time to surface improvements or regressions. The health check generates a historical trend report alongside the current quality score to provide ongoing improvement context.

What does a code health check include besides linting and tests?▼

A code health check includes type checking, linting, test execution, dead code detection, and shell linting. These five analysis dimensions are aggregated into a weighted 0-10 quality score for comprehensive codebase health assessments.

Does the code quality dashboard work for ongoing improvement workflows?▼

Yes, the code quality dashboard works for ongoing improvement workflows by tracking trends over time and exposing a clear health metric. It targets codebase health assessments and quality audits across software projects with deterministic, reproducible results.

How is the overall code quality score calculated from multiple analysis tools?▼

The overall code quality score is calculated by aggregating results from type checking, linting, tests, dead code detection, and shell linting into a weighted 0-10 health score. It enforces deterministic behavior by reproducibly combining these analysis outputs.

Do I need any dependencies installed to run a codebase health assessment?▼

No dependencies are required to run a codebase health assessment. The health check operates standalone to aggregate type checking, linting, test execution, dead code detection, and shell linting results into a weighted 0-10 score.