health

Calculate a weighted composite code quality score from linters, type checkers, and test suites.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill addresses the lack of visibility into technical debt and code quality by providing a unified, weighted health score for your project.

Core Features & Use Cases

  • Composite Scoring: Aggregates data from linters, type checkers, and test runners into a single 0-10 health metric.
  • Trend Tracking: Monitors quality improvements or regressions over time to keep the team accountable.
  • Use Case: Use this before a major release to get an objective assessment of whether the codebase is stable enough for production or requires further refactoring.

Quick Start

Run the health skill to generate a comprehensive quality report for the current repository.

Frequently Asked Questions about health

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

FAQPage Schema
How do I calculate a composite code quality score for my repository?

A composite code quality score aggregates results from project linters, type checkers, and test suites into a unified 0-10 health metric. This skill calculates that score to help teams monitor technical debt trends during development cycles.

How do I track technical debt trends over development cycles?

You can track technical debt trends by running this skill to generate a comprehensive quality report for your repository. It monitors quality improvements or regressions over time to keep engineering teams accountable.

What is the best way to assess if my codebase is stable enough for a major release?

The best way to assess codebase stability for a release is to generate a weighted quality report measuring linter, type checker, and test suite results. This provides an objective assessment of whether the project requires further refactoring before production.

Do I need specific development tools to monitor technical debt and generate a quality dashboard?

Yes, you need access to standard development tools and the gstack configuration environment to execute diagnostic checks. The skill requires these project-specific linters and type checkers to integrate and generate the quality dashboard.

Can I use linters and type checkers to generate a single weighted health metric?

Yes, you can use this skill to integrate project-specific linters and type checkers into a single weighted health metric. It combines these diagnostic checks with test suite results to calculate a comprehensive 0-10 score.