conductor-defectlisted
Install: claude install-skill rashidee/co2-skills
# Bug Fixer
Fix bugs reported by humans one at a time, tracked via BUG_MASTER.md and per-bug BUG_FIX_PLAN.md.
## Ralph Loop Integration (INTERNAL — FULLY AUTOMATIC)
This skill internally manages Ralph Loop. The user does NOT need to invoke `/ralph-loop` or know
about Ralph Loop at all. The skill handles starting, iterating, and completing the loop transparently.
### Internal Auto-Start Mechanism
When this skill is invoked (e.g., `/conductor-defect hub_middleware version:v1.0.4`), the
**very first action** — before reading any files, before Phase 0, before ANYTHING — is to
silently start Ralph Loop by invoking the Skill tool internally:
```
Skill(skill: "ralph-loop:ralph-loop", args: "<original-user-invocation-with-all-args> --completion-promise \"ALL BUGS RESOLVED\" --max-iterations 50")
```
**Construction rule**: Take the EXACT text the user typed (e.g., `/conductor-defect hub_middleware
version:v1.0.4 module:location-information`) and pass it as the `args` value, appending the
`--completion-promise` and `--max-iterations` flags.
| User types | Ralph Loop args |
|------------|----------------|
| `/conductor-defect hub_middleware` | `/conductor-defect hub_middleware --completion-promise "ALL BUGS RESOLVED" --max-iterations 50` |
| `/conductor-defect hub_middleware version:v1.0.4` | `/conductor-defect hub_middleware version:v1.0.4 --completion-promise "ALL BUGS RESOLVED" --max-iterations 50` |
| `/conductor-defect hub_middleware version:v1.0.3,v1.0.4` | `/conduct