health

Compute a 0-10 code quality health score from multiple project tool metrics.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gstack, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of manually monitoring code quality and providing a quick overview of the codebase's health status.

Core Features & Use Cases

  • Comprehensive Health Score: Aggregates metrics from various tools to calculate a 0-10 health score for the codebase.
  • Trend Tracking: Provides insights into how the health score changes over time.
  • Trigger-based Execution: Automatically runs checks when certain triggers like 'code health check' or 'quality dashboard' are invoked.

Quick Start

Invoke the 'code health check' to assess the current health status of your codebase.

Frequently Asked Questions about health

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

FAQPage Schema
How do I calculate a codebase health score automatically?

To calculate a codebase health score automatically, this Skill aggregates metrics from multiple project tools to compute a composite 0-10 quality score. It is designed for development workflows where automated quality monitoring is required.

How does a code quality dashboard work for tracking project health?

A code quality dashboard works by aggregating metric data from various project tools to display a comprehensive health score. This Skill calculates a 0-10 score and provides insights into how the health score changes over time.

Do I need a specific Python environment to run codebase analysis checks?

Yes, you need a Python environment to run these codebase analysis checks. The Skill explicitly depends on the gstack tool suite and requires this environment setup to compute the composite code quality health score.

Can I trigger code health checks automatically in development workflows?

You can trigger code health checks automatically by invoking specific triggers like 'code health check' or 'quality dashboard'. This allows the Skill to run checks and assess the current health status of your codebase within development workflows.

What is the best way to monitor codebase health over time?

The best way to monitor codebase health over time is by computing a composite quality score from multiple project tools. This Skill provides trend tracking to show how the 0-10 health score changes across your development lifecycle.

What are the limitations of using automated quality monitoring for codebase analysis?

A limitation of this automated quality monitoring is its dependency on the gstack tool suite and a Python environment. The composite health score is also restricted to the metrics provided by your integrated project tools.