health

Run project type checkers, linters, and test runners to report code quality scores.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/simbotNL/BT --skill health-simbotnl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: health
Source: https://github.com/simbotNL/BT/tree/main/plugins/gstack/health
Command: npx skills add https://github.com/simbotNL/BT --skill health-simbotnl

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?

The 'health' skill quickly assesses the code quality of a codebase, providing a composite score and trend tracking over time.

Core Features & Use Cases

  • Code Quality Score: Computes a 0-10 score based on various checks.
  • Trend Tracking: Tracks trends in code quality over time.
  • Use Case: Use this skill when you need a quick health check on your codebase or to identify when a drop in quality has occurred.

Quick Start

Use the health skill to get a code quality score for your project.

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 quality health check on my project?

To run a code quality health check, the skill executes project-specific tools like linters, type checkers, and test runners to compute a composite 0-10 quality score and track trends over time.

How does trend tracking for code quality metrics work?

Trend tracking for code quality monitors metrics from periodic health checks over time, allowing you to identify exactly when a drop in codebase quality has occurred during development.

Does the code quality assessment require pre-configured linters and type checkers?

Yes, this code quality assessment requires access to existing project-specific tools and scripts, executing them directly to gather metrics for its composite score and quality dashboard.

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

A composite code quality score is a 0-10 rating calculated by aggregating results from various project checks like type checking, linting, and test execution to provide a quick health assessment.

Can I integrate periodic health checks into my development workflow?

Yes, you can integrate periodic health checks into development workflows to continuously monitor code quality metrics, applying this skill whenever you need a quick project quality dashboard.