health

Calculate a codebase health score and visualize quality trends.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The 'health' Skill provides a comprehensive overview of your codebase's quality, enabling quick assessments and insights to ensure maintainability and performance.

Core Features & Use Cases

  • Code Health Check: Generates a 0-10 weighted composite score to gauge codebase health.
  • Quality Dashboard: Visualizes trends over time, helping to track code quality improvements.
  • Trending Analysis: Offers a snapshot of current code quality status, identifying areas that require attention.

Quick Start

Run 'coauthor-cleaner health' to initiate a code quality health check on your repository.

Frequently Asked Questions about health

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

FAQPage Schema
How do I run a code health check to assess my codebase quality?

Run a code health check by executing the command within your repository context to calculate a 0-10 weighted composite score gauging codebase health and maintainability.

What is a weighted composite score for codebase maintenance?

A weighted composite score is a 0-10 metric calculated by aggregating results from type checkers, linters, and test runners to provide a quick snapshot of overall codebase quality.

Do I need Bash and Python to calculate codebase health metrics?

Yes, you need Bash and Python installed because the code health check leverages these dependencies to execute type checkers, linters, and test runners within your repository environment.

Can I visualize code quality trends over time in a dashboard?

Yes, you can visualize code quality trends over time using the quality dashboard feature, which tracks improvements and identifies areas requiring maintenance attention.

What's the best way to identify codebase areas that require maintenance attention?

The best way to identify areas requiring maintenance is to run a trending analysis, which provides a snapshot of current code quality status by leveraging type checkers and linters.

Why does my code health check require a repository context to operate?

Your code health check requires a repository context to accurately execute type checkers, linters, and test runners against the actual codebase files for a valid quality assessment.