/sibyl-self-healer
Sibyl 自愈 agent - 后台自动检测修复系统错误,添加回归测试,git commit 留痕
$ npx -y skills add Sibyl-Research-Team/AutoResearch-SibylSystem --skill sibyl-self-healer --agent claude-codeHow 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.mdname: 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`
Fully Autonomous AI Research System with Self-Evolution, built natively on Claude Code
Repo: Sibyl-Research-Team/AutoResearch-SibylSystem
Other skills on autoresearch-sibylsystem.
- /sibyl-codex-reviewer
Sibyl Codex 独立第三方审查 - 使用 OpenAI Codex 提供不同 AI 视角的评审
Open skill - /sibyl-codex-writer
Sibyl Codex 写作 agent - 使用 Codex (GPT-5) 撰写论文
Open skill - /sibyl-comparativist
Sibyl 比较分析者 agent - 对标 SOTA 和同类工作,定位结果贡献
Open skill - /sibyl-contrarian
Sibyl 反对者 agent - 挑战主流假设,寻找反面证据和盲点
Open skill - /sibyl-critic
Sibyl 批评者 agent - 苛刻但公正的学术批评
Open skill - /sibyl-editor
Sibyl 编辑 agent - 整合论文各章节为完整稿件
Open skill

