health

Assesses and tracks codebase health via a weighted composite score.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the challenge of maintaining code health and quality by providing a comprehensive dashboard that monitors and evaluates the quality of codebases.

Core Features & Use Cases

  • Code Quality Monitoring: Wraps existing project tools to compute a weighted composite score for code health.
  • Trend Tracking: Tracks and displays trends over time for code quality.
  • Use Case: When you need to assess the overall health of your codebase, use the /health skill to get a quick score and detailed insights.

Quick Start

Run the health skill to perform a code health check and get an instant quality score.

Frequently Asked Questions about health

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

FAQPage Schema
How do I track codebase health and quality score over time?▼

You can automate codebase monitoring by running a health check that wraps existing type checkers, linters, test runners, and dead code detectors. It computes a weighted composite quality score and displays trend tracking over time.

What is a code health check and how does it evaluate quality?▼

A code health check evaluates codebase quality by automating checks from type checkers, linters, test runners, and dead code detectors. It generates a comprehensive dashboard with a weighted composite score to assess overall project health.

How do I get an instant quality score for my codebase?▼

Get an instant quality score by running a code health check that wraps your existing project tools. It computes a weighted composite score and provides detailed insights for maintaining high code quality standards.

Can I use a code quality dashboard for project management and developer monitoring?▼

Yes, a code quality dashboard is suitable for both project managers and developers aiming to maintain high code quality standards. It provides a comprehensive monitoring view to assess and track the health of codebases over time.

Do I need to configure linters and test runners before monitoring code health?▼

Code health monitoring wraps existing project tools, so you need type checkers, linters, test runners, and dead code detectors configured in your codebase. The dashboard automates these checks to compute a weighted composite quality score.