system-health

Scores system health from 0 to 100 with qualitative flags for auth, environment, and test depth.

Updated Dec 1, 2025
One-click install
npx skills add https://github.com/manusco/wolfgang --skill system-health-manusco
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: system-health
Source: https://github.com/manusco/wolfgang/tree/main/.cursor/skills/system-health
Command: npx skills add https://github.com/manusco/wolfgang --skill system-health-manusco

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Teams lack a quick, standardized way to gauge the overall health of a codebase or system, making it hard to spot weak areas like missing authentication checks, incomplete environment configuration, or shallow test coverage before they cause incidents. ## Core Features & Use Cases - Health Scoring: Produces a 0-100 system health score based on defined evaluation criteria. - Qualitative Flags: Surfaces specific concerns across authentication, environment setup, and test depth dimensions. - Use Case: Before a release or during a routine audit, run the /system-health command to get an objective score and a list of flagged weaknesses, then prioritize remediation work accordingly. ## Quick Start Ask the assistant to run the /system-health command to score the current system's health and report any auth, environment, or test coverage flags.

Frequently Asked Questions about system-health

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

FAQPage Schema
How do I run a system health check on my codebase?▼

Invoke the /system-health command, which routes to the underlying ops procedure and executes its full checklist. The result is a 0-100 score plus qualitative flags covering auth, environment, and test depth.

What does the system health score measure?▼

The score measures overall system health on a 0-100 scale, combining qualitative assessments of authentication setup, environment configuration, and test depth into a single rating.

Where is the actual system-health procedure defined?▼

The procedure lives in .agents/skills/ops/system-health/SKILL.md. This skill only routes the /system-health command to that file, which must be read in full and executed according to its Definition of Done.

Why does the system-health command not produce a score?▼

The command depends on the referenced ops skill file existing at .agents/skills/ops/system-health/SKILL.md. If that file is missing or moved, the routing fails and no health evaluation can run.