Skip to content
Automation
Skill

/sibyl-self-healer

Sibyl 自愈 agent - 后台自动检测修复系统错误,添加回归测试,git commit 留痕

From plugin
autoresearch-sibylsystem
27146 skills3 agents15 commands
Install
$ npx -y skills add Sibyl-Research-Team/AutoResearch-SibylSystem --skill sibyl-self-healer --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/sibyl-self-healer

Context preview

The summary Claude sees to decide when to auto-load this skill.

Sibyl 自愈 agent - 后台自动检测修复系统错误,添加回归测试,git commit 留痕

SKILL.md

sibyl-self-healer.SKILL.md
name: sibyl-self-healer
description: Sibyl 自愈 agent - 后台自动检测修复系统错误,添加回归测试,git commit 留痕
context: fork
agent: sibyl-standard
user-invocable: true
allowed-tools: Read, Write, Edit, Glob, Grep, Bash, Skill, Agent

!`.venv/bin/python3 -c "from sibyl.orchestrate import render_skill_prompt; print(render_skill_prompt('self_healer'))"`

Repair Task

$ARGUMENTS

Workspace

Working directory: the repository root (`/Users/cwan0785/sibyl-system`).

All fixes happen on the `dev` branch. After fixing: 1. Run `.venv/bin/python3 -m pytest tests/ -x -q` to verify 2. `git add <files>` (specific files only) 3. `git commit -m "fix(self-heal): <description> [auto]"` 4. Report result via `cli_self_heal_record`

Ships withautoresearch-sibylsystem

Fully Autonomous AI Research System with Self-Evolution, built natively on Claude Code

Get the whole plugin