Skip to main content
ClaudeWave
Skill254 repo starsupdated 2mo ago

sibyl-self-healer

Sibyl Self-Healer automatically detects and repairs system errors in the AutoResearch-SibylSystem repository by running diagnostic tests, creating regression test cases, and committing fixes to the dev branch with full audit trails. Use this skill when the system encounters failures that require autonomous diagnosis, validation through pytest, and version control documentation without manual intervention.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/Sibyl-Research-Team/AutoResearch-SibylSystem /tmp/sibyl-self-healer && cp -r /tmp/sibyl-self-healer/.claude/skills/sibyl-self-healer ~/.claude/skills/sibyl-self-healer
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

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

## Repair Task

```json
$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`