health

Compute a weighted 0-10 health score by orchestrating existing project tools.

1|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/zhu637882-stack/jiaoyi --skill health-zhu637882-stack
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: health
Source: https://github.com/zhu637882-stack/jiaoyi/tree/main/qoder-config-backup/skills/gstack-health
Command: npx skills add https://github.com/zhu637882-stack/jiaoyi --skill health-zhu637882-stack

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code quality dashboard. Wraps existing project tools (type checker, linter, test runner, dead code detector, shell linter), computes a weighted composite 0-10 score, and tracks trends over time. Use when: "health check", "code quality", "how healthy is the codebase", "run all checks", "quality score". (gstack)

Core Features & Use Cases

  • Wraps existing project tools to produce an aggregated health score and trend analytics.
  • Tracks health trends over time and surfaces actionable quality insights.
  • Integrates with telemetry and session analytics to monitor usage and outcomes.

Quick Start

Run the health check to generate the initial quality score and trend data for your repository.

Frequently Asked Questions about health

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

FAQPage Schema
How do I compute a unified code quality score for my repository?

Generate a code quality score by wrapping existing project tools like type checkers, linters, and test runners to produce a weighted 0-10 health score for your codebase.

What is a weighted health score and how does it track codebase trends over time?

A weighted health score aggregates results from checks like dead code detection and shell linting into a 0-10 rating, tracking telemetry and analytics to monitor codebase trends over time.

How do I run all code quality checks and aggregate the results into a dashboard?

Run a health check to orchestrate existing type checkers, linters, and test runners, generating aggregated quality insights and trend analytics for your dashboard.

Does the code health check work with my existing linter and test runner configuration?

Yes, the health check wraps your existing project tools including type checkers, linters, test runners, dead code detectors, and shell linters without requiring new configurations.

Can I use telemetry and session analytics to monitor code quality outcomes?

Yes, the health check integrates with telemetry and session analytics to monitor usage and outcomes, generating actionable quality insights from the aggregated metrics.

What code checks are required to generate an accurate quality score?

Generating an accurate quality score requires wrapping existing type checkers, linters, test runners, dead code detectors, and shell linters to compute the weighted composite rating.