health

Compute a weighted composite code quality score from project tools.

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

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, allowing users to assess the health of their codebase and identify areas for improvement.

Core Features & Use Cases

  • Code Health Check: Wraps existing project tools to compute a weighted composite score for code quality.
  • Quality Dashboard: Tracks trends over time and provides insights into codebase health.
  • Use Case: Use this Skill to regularly check the health of your codebase and ensure it meets quality standards.

Quick Start

Run the health skill to get a detailed report on your codebase's health.

Frequently Asked Questions about health

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

FAQPage Schema
What is a code health check and how does it assess codebase quality?

A codebase health check assesses codebase quality by wrapping existing project tools like type checkers, linters, and test runners to compute a weighted composite score for your codebase.

How do I monitor code quality trends over time for my project?

You monitor code quality trends over time by running regular health checks that generate a quality dashboard, tracking your codebase health metrics and providing insights into long-term quality improvements.

Can I use my existing linters and test runners for quality assessment?

Yes, you can use your existing linters and test runners for quality assessment. The health check integrates directly with your current project tools to compute its weighted composite code quality score.

What's the best way to generate a code quality dashboard for ongoing software development?

The best way to generate a code quality dashboard for ongoing software development is to run a health check that wraps your project tools, producing a comprehensive report on your codebase's current health and trends.

Do I need to configure specific type checkers to perform a codebase quality assessment?

You need to have project tools like type checkers, linters, and test runners integrated into your workflow, as the quality assessment wraps these existing tools to evaluate your codebase health and identify areas for improvement.