health

Analyze codebase health with type checkers, linters, and test runners.

Updated Jun 11, 2026
One-click install
npx skills add https://github.com/26mitch26/ai-mall --skill health-26mitch26
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: health
Source: https://github.com/26mitch26/ai-mall/tree/main/.claude/skills/health
Command: npx skills add https://github.com/26mitch26/ai-mall --skill health-26mitch26

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill assesses the code health and quality of your codebase by leveraging various project tools like type checkers, linters, test runners, and dead code detectors. It provides a 0-10 composite score and tracks trends over time.

Core Features & Use Cases

  • Code Quality Dashboard: Offers a composite score that considers factors such as linters, type checkers, and test runners.
  • Historical Trend Analysis: Monitors and shows how the code health changes over time.
  • Customizable Triggers: Allows invoking the Skill through specific triggers such as 'code health check' or 'quality dashboard'.

Quick Start

Check the health of your codebase with a simple trigger command like "health check".

Frequently Asked Questions about health

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

FAQPage Schema
What is a code health check and how does it calculate a quality score?

A code health check assesses codebase quality by running type checkers, linters, test runners, and dead code detectors. It aggregates the results into a 0-10 composite score to help developers monitor project stability during reviews and QA.

How do I track code quality trends over time during continuous integration?

You can track code quality trends over time by running the health check periodically. The Skill monitors historical changes in the composite health score, allowing you to observe continuous integration improvements or regressions across development workflows.

Can I use this code quality dashboard with my existing linters and type checkers?

Yes, the code quality dashboard leverages existing project tools such as linters, type checkers, and test runners. It analyzes your codebase using these configured tools to generate a comprehensive quality score without requiring new dependencies.

What's the best way to run a quality assurance check before a code review?

The best way to run a quality assurance check is to invoke the Skill with a simple trigger command like 'health check'. This analyzes your codebase using configured tools and outputs a 0-10 health score for your code review.

Does the code health score include dead code detection?

Yes, the code health score includes dead code detection. The Skill assesses code health by leveraging various project tools including type checkers, linters, test runners, and dead code detectors to calculate the final 0-10 composite score.

When should I not rely on a composite code health score?

You should not rely solely on a composite code health score for deep architectural analysis. While it effectively aggregates linters, type checkers, and test runners for trend monitoring, it serves as a high-level dashboard rather than a detailed root cause diagnostic tool.