health

Execute type checks, linters, and tests to compute a codebase health score.

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

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, enabling users to assess the health of their codebase and identify potential issues.

Core Features & Use Cases

  • Code Quality Score: Computes a weighted composite score from 0-10 to evaluate code health.
  • Trend Tracking: Tracks and visualizes trends over time to monitor improvements.
  • Use Case: Regularly run the health check to ensure your codebase remains robust and maintainable.

Quick Start

Run the health check to get a comprehensive overview of your codebase's health.

Frequently Asked Questions about health

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

FAQPage Schema
How do I monitor codebase health and track quality trends over time?

To monitor codebase health, you can run a health check that executes various quality checks and provides a weighted composite score from 0-10. Trend tracking visualizes these scores over time to monitor improvements.

What is a composite code quality score and how is it calculated?

A composite code quality score is a weighted 0-10 metric evaluating codebase health. It is calculated by executing various checks using tools like type checkers, linters, and test runners to identify potential issues.

How do I set up a code quality dashboard for ongoing codebase monitoring?

You can set up a code quality dashboard by running the health check to get a comprehensive overview of your codebase's health, ensuring it remains robust and maintainable through regular execution.

Do I need linters and test runners to perform a codebase health check?

Yes, performing a codebase health check requires tools like type checkers, linters, and test runners to evaluate code quality and compute the composite score for your software development workflow.

Can I use this health check for tracking code quality improvements in my development workflow?

Yes, this health check is designed for software development workflows requiring ongoing code quality monitoring. It tracks and visualizes trends over time to help you monitor improvements.

What are the limitations of using a weighted score for codebase monitoring?

The weighted composite score provides a quantitative overview of codebase health, but it relies on executing various checks with linters and test runners, meaning its accuracy depends on the configuration of those underlying tools.