health

Monitor code quality with type checkers, linters, and test runners.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a comprehensive view of code quality and health, allowing you to identify and address issues proactively.

Core Features & Use Cases

  • Code Quality Checks: Perform a comprehensive analysis of code quality with checks for type errors, linting, and more.
  • Trend Tracking: Monitor code health trends over time to detect and prevent regressions.
  • Use Case: Integrate this Skill into your daily workflow to ensure your codebase remains robust and maintainable.

Quick Start

Run the health skill to get a code quality dashboard 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 set up a code quality dashboard for my project?

A code quality dashboard aggregates type checker, linter, and test runner results into a comprehensive view of project health. Running the health skill generates this report to identify issues early in the development cycle.

What is code health trend tracking and how does it work?

Code health trend tracking monitors quality metrics over time to detect and prevent regressions. It records historical data from linters and test runners, displaying trends on a dashboard so you can see if your codebase is improving or degrading.

Can I track linting and type errors continuously during development?

Yes, you can track linting and type errors continuously by integrating the health skill into your daily workflow. It performs comprehensive analysis using project tools and reports issues early to ensure the codebase remains maintainable.

Does this code quality check tool require specific testing frameworks?

No specific testing frameworks are required as dependencies. The code quality check tool is designed to work with your existing project tools such as type checkers, linters, and test runners to monitor and report on code health.

What's the best way to prevent code quality regressions in a development environment?

The best way to prevent code quality regressions is to monitor code health trends over time using a dashboard. Tracking metrics from linters and test runners helps identify issues early in the development cycle before they become larger problems.