heal_selftest

Diagnose and repair selftest failures across KERNEL, GOVERNANCE, and OPTIONAL tiers.

2|Updated Dec 13, 2025
One-click install
npx skills add https://github.com/EffortlessMetrics/flow-studio --skill heal-selftest
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: heal_selftest
Source: https://github.com/EffortlessMetrics/flow-studio/tree/main/.claude/skills/heal_selftest
Command: npx skills add https://github.com/EffortlessMetrics/flow-studio --skill heal-selftest

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill guides diagnosing and repairing selftest failures so you can restore green status without broad, guesswork fixes.

Core Features & Use Cases

  • Diagnostic workflow: Provides a structured approach to kernel health, failure identification, root cause analysis, and severity classification.
  • Remediation planning: Proposes targeted code/tests changes and escalation criteria with concrete remediation steps.
  • Healing report: Outputs a selftest healing report to summarize findings and actions.

Quick Start

Run the healing routine to diagnose and propose fixes for failing selftest steps; start with kernel-health checks, then inspect verbose step outputs, and finally apply recommended changes.

Frequently Asked Questions about heal_selftest

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

FAQPage Schema
How do I diagnose and fix failing selftest checks in my repository?

Diagnose selftest failures by running the healing routine to perform kernel health checks, identify root causes across KERNEL, GOVERNANCE, and OPTIONAL tiers, classify severity, and apply targeted remediation steps. The workflow outputs a structured Healing Report with findings and recommendations.

What's the best way to identify the root cause of a selftest failure?

Root cause analysis follows a structured diagnostic workflow: start with kernel health checks, inspect verbose step outputs, classify failure severity, then apply targeted code or test changes. This prevents guesswork fixes and isolates the actual problem.

Can I use this for governance and kernel-level test failures?

Yes. The Skill handles failure identification and remediation across KERNEL, GOVERNANCE, and OPTIONAL tiers, with severity classification and escalation criteria to determine when issues need elevated attention.

What tools do I need to run the selftest healing routine?

You need access to uv, cargo, and standard Unix tools. These are prerequisites for the diagnostic workflow and remediation steps the Skill performs.

What output does the healing routine produce?

A structured Healing Report that summarizes findings, targeted remediation recommendations, escalation notes, and severity classifications to guide your repair actions.