health

Compute a weighted composite code quality score from project tools.

Updated Jun 22, 2026
One-click install
npx skills add https://github.com/GrassHopper42/ANTidy --skill health-grasshopper42
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: health
Source: https://github.com/GrassHopper42/ANTidy/tree/main/.claude/skills/gstack/health
Command: npx skills add https://github.com/GrassHopper42/ANTidy --skill health-grasshopper42

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Bash, Read, Write, Edit, Glob, Grep, AskUserQuestion, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a comprehensive code quality dashboard, offering insights into the health of your codebase and identifying areas for improvement.

Core Features & Use Cases

  • Code Quality Check: Computes a weighted composite score from various project tools, such as type checkers, linters, test runners, and dead code detectors.
  • Trend Tracking: Keeps a record of quality scores over time to help identify patterns and track progress.
  • Use Case: Use this Skill when you need a quick health check of your codebase, a detailed quality score, or to run all checks for a thorough review.

Quick Start

To perform a health check on your codebase, use the command: run health

Frequently Asked Questions about health

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

FAQPage Schema
How do I run a comprehensive code quality check for my software project?

To run a code quality check, execute the command `run health`. This triggers a comprehensive dashboard that computes a weighted composite score by integrating type checkers, linters, test runners, and dead code detectors.

What is a weighted composite score for software maintenance?

A weighted composite score aggregates results from type checkers, linters, test runners, and dead code detectors into a single metric. This score provides a quantifiable overview of your codebase health and identifies areas for improvement.

Can I track code quality trends over time for ongoing software maintenance?

Yes, you can track code quality trends over time. The Skill keeps a record of your historical quality scores, allowing you to identify patterns, monitor progress, and assess the long-term health of your codebase.

Does this code quality dashboard work with my existing linters and test runners?

The dashboard integrates with existing project tools including type checkers, linters, test runners, and dead code detectors. It aggregates their outputs to compute the composite health score without replacing them.

When do I need to compute a weighted code quality score for my codebase?

You need a weighted code quality score during software development workflows requiring ongoing maintenance. It is useful when you need a quick health check, a detailed quality score, or a thorough review before major releases.

What are the limitations of using automated checks for codebase health?

Automated checks rely on the configuration and coverage of your existing type checkers, linters, and test runners. The composite score reflects tool outputs and may not capture architectural flaws or business logic issues not covered by these integrations.