self-healing-orchestrator

📁 famaoai-creator/gemini-skills 📅 Feb 13, 2026
9
总安装量
7
周安装量
#32258
全站排名
安装命令
npx skills add https://github.com/famaoai-creator/gemini-skills --skill self-healing-orchestrator

Agent 安装分布

claude-code 6
cursor 6
openclaw 6
opencode 5
gemini-cli 5
replit 5

Skill 文档

Self-Healing Orchestrator

This skill acts as an autonomous first-responder to production alerts.

Capabilities

1. Pattern-Based Repair

  • Matches incoming error patterns with established “Healing Runbooks.”
  • Can automatically restart services, scale resources, or rollback a specific deployment, ensuring idempotency as defined in Runbook Best Practices.

2. Autonomous Patching

  • For known minor bugs (e.g., edge-case NULL pointers), it can generate, test, and deploy a temporary hotfix.
  • Follows strict Safety & Error Handling (e.g., Dry Run, Human-in-the-loop) protocols.

Usage

  • “Automate the response to ‘Database Connection Timeout’ alerts using self-healing-orchestrator.”
  • “A minor bug was detected in production; can the orchestrator apply a safe hotfix?”

Knowledge Protocol

  • This skill adheres to the knowledge/orchestration/knowledge-protocol.md. It automatically integrates Public, Confidential (Company/Client), and Personal knowledge tiers, prioritizing the most specific secrets while ensuring no leaks to public outputs.
  • References Runbook Best Practices for executing machine-readable procedures safely and autonomously.