Self Healing Ops — AI skill for Claude Code
A LangGraph agent that repairs broken n8n workflows behind a cross-vendor review gate (Claude proposes, OpenAI reviews, no model marks its own homework).
How to install Self Healing Ops
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open Mfrostbutter/self-healing-ops and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Self Healing Ops does
A LangGraph agent that repairs broken n8n workflows behind a cross-vendor review gate (Claude proposes, OpenAI reviews, no model marks its own homework).
Alternatives in AI
- n8n Node Configuration — Node configuration with dependency rules and AI connections 3.6k ★
- Agmsg — Cross-vendor messaging for CLI AI coding agents — let Claude Code, Codex, Gemini & Copilot talk to each other 1.5k ★
- Agenvoy — Self-hosted AI agent harness in a single Go binary — writes, sandbox-tests and repairs its own tools, and lets 474 ★
README
Self-Healing Ops
A LangGraph agent that repairs broken n8n workflows behind an independent cross-vendor review gate.
When an n8n workflow fails, the agent diagnoses the root cause, decides whether the failure is fixable in the workflow definition or needs a human, drafts a corrected workflow JSON, has a model from a different vendor independently review that fix, and then either patches the workflow through the n8n API (snapshot-first, with rollback) or escalates to a human in Slack.
The point of the cross-vendor step: the model that proposes a fix never approves its own work. A reviewer from a different vendor has different training and different blind spots, which makes the second opinion genuinely independent. And the reviewer has no write path, so even if it is wrong or manipulated, it cannot apply anything.
Why it is safe
Two properties carry the safety, not the model choice:
- A deterministic diff gate. Before any write, code (not a model) hard-rejects a patch that touches a node outside the diagnosed set, adds a node that makes a network call, references a new credential, or changes a trigger. This does not depend on the reviewer noticing anything.
- Snapshot-first remediation. Every write is preceded by a durable snapshot and applied as a transaction with per-step rollback. Nothing is overwritten without a way back.
On top of that: the reviewer is read-only, untrusted execution data is fenced and never reaches the reviewer in raw form, the revise loop is bounded, and `DRY_RUN` is on by default.
The pipeline
error fires -> triage -> route --auto-fixable--> propose -> review --approve--> gate -> remediate
| | |
| --reject (bounded)--> |
| revise -> review |
+--human-only--> escalate <--gate blocked /
Related Skills
SoloDawn
Catches and repairs AI hallucinations before delivery: three quality gates, 31 built-in rules, a self-healing
Monthly Ops
Run one client's monthly retainer cycle - Care base + each add-on the client bought (SEO/AEO, Content, GBP, Re
Satori
Self-learning loop for Claude Code — corrections and failures become skills, behind a human gate. MCP + hooks,
Agentic Review Gate
Governed, auditable AI review platform: the review and approval work a team does by hand, as a webhook-trigger
Cc Orch Development
Model-agnostic Claude Code skill for orchestrate-and-verify software development: the session model orchestrat
Pix AI Coding Assistant
Vulnerability intelligence for Claude Code — scans dependencies on commit, searches packages, analyzes exploit
Related Agents
Langchain Prompt Designer
Especialista en system prompts de agentes LangChain (LLM nodes en N8N, OpenAI Agents, Anthropic, etc.). Diseña
Conversion Architect
Use this agent to design the LangGraph architecture for converting analyzed n8n workflows. Produces a detailed
Fullstack Test Automator
Master AI-powered test automation with modern frameworks, self-healing tests, and comprehensive quality engine