op-skill-repair

Detect and repair broken workflow skills by analyzing execution failures.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/MiguelAguiarDEV/baymax --skill op-skill-repair
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: op-skill-repair
Source: https://github.com/MiguelAguiarDEV/baymax/tree/main/skills/op-skill-repair
Command: npx skills add https://github.com/MiguelAguiarDEV/baymax --skill op-skill-repair

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automatically detects, diagnoses, and proposes fixes for broken workflow skills, ensuring continuous operation with minimal manual intervention.

Core Features & Use Cases

  • Automated Failure Detection: Identifies skill failures caused by missing prerequisites, outdated commands, environment drift, or ambiguity.
  • Root Cause Analysis: Classifies the specific reason for the skill failure.
  • Minimal Patch Generation: Creates precise, minimal diffs to correct the skill's documentation.
  • Verification Steps: Includes explicit local and CI verification steps for proposed patches.
  • Use Case: If a skill consistently fails because a command is no longer valid, this skill will identify the issue, suggest the correct command, and update the skill documentation for future use.

Quick Start

Use the op-skill-repair skill to fix any detected issues in the 'deploy-app' skill.

Frequently Asked Questions about op-skill-repair

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

FAQPage Schema
How do I fix a workflow skill that fails because of outdated commands or missing prerequisites?

To fix a broken workflow skill, you can use an automated self-healing tool to analyze execution failures, classify the root cause, and generate minimal documentation patches with explicit verification steps.

How does self-healing automation work for repairing broken workflow skills?

Self-healing automation works by detecting skill execution failures, diagnosing root causes like environment mismatches or ambiguous steps, and proposing minimal diffs to correct the skill documentation automatically.

Can I automatically detect and patch environment mismatches in my automation workflows?

Yes, automated failure detection can identify environment mismatches, missing prerequisites, and outdated commands, then generate precise documentation patches to resolve the workflow issues.

What's the best way to diagnose ambiguous steps in a failing automation workflow?

The best way to diagnose ambiguous steps is to use root cause analysis to classify the specific reason for the skill failure and generate a minimal patch to clarify the documentation.

Does this skill repair tool provide verification steps for the proposed documentation patches?

Yes, the skill repair tool includes explicit local and CI verification steps for every proposed patch, ensuring that the minimal documentation updates resolve the execution failures correctly.

Why do my workflow skills keep failing after environment updates or command changes?

Workflow skills fail after environment updates because of environment drift, outdated commands, or missing prerequisites, which can be detected and repaired by generating minimal documentation patches.