health

Run type checks, linting, tests, and dead-code analysis to produce a 0-10 health score.

Updated Apr 24, 2026
One-click install
npx skills add https://github.com/SakshamKandel/Salt-Route-Consulting- --skill health-sakshamkandel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: health
Source: https://github.com/SakshamKandel/Salt-Route-Consulting-/tree/main/.agents/skills/health
Command: npx skills add https://github.com/SakshamKandel/Salt-Route-Consulting- --skill health-sakshamkandel

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code quality automation that coordinates type checks, linting, tests, and dead-code detection to produce a single, actionable health score for your codebase.

Core Features & Use Cases

  • Coordinated quality checks: runs type checks, linting, tests, and dead-code detectors across the project to surface issues.
  • Health scoring & trends: computes a weighted 0-10 health score and logs historical results to visualize trends over time.
  • Guided improvements: highlights hotspots and suggests refactors to improve maintainability and reliability.

Quick Start

Run the health skill to perform an initial health check and begin recording baseline results.

Frequently Asked Questions about health

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate code health evaluation across linting, tests, and static analysis?

Automate code health evaluation by coordinating type checks, linting, tests, and dead-code detection to produce a single, actionable health score for your codebase.

What is a composite code health score and how is it calculated?

A composite code health score is a weighted 0-10 metric calculated by running type checks, linting, tests, and dead-code analysis, aggregating the results into a single maintainability indicator.

How do I track code quality trend analysis over time in CI workflows?

Track code quality trend analysis in CI workflows by logging historical health score results, allowing you to visualize longitudinal insights and identify emerging hotspots across commits.

Can I use this to identify dead code and guide refactoring decisions?

Yes, you can identify dead code and guide refactoring decisions because the skill runs dead-code detection, highlights quality hotspots, and suggests structural improvements to increase maintainability.

What's the best way to generate a baseline code health score for an existing project?

Generate a baseline code health score by running the skill to perform an initial health check, which coordinates all configured static analysis and test suites to record your starting metrics.

Do I need to configure existing linting and test tools before running a static analysis health check?

Yes, you need existing linting, type checking, and test tools configured in your project, as the skill coordinates these existing tools rather than replacing them to compute the final score.