Bug Race banner
amirfish1 amirfish1

Bug Race

Development community

Description

--- name: bug-race description: Use when a bug has already survived at least one debugging attempt and you have 2-3 genuinely distinct root-cause hypotheses — spawns one racer sibling session per hypothesis via CCC, referees the first CONFIRMED root cause with reproducible evidence, and stands the others down via inject. allowed-tools: Bash --- Bug-race is the pattern for hunting a stubborn root cause in parallel: you spawn one autonomous CCC session ("racer") per distinct hypothesis, each diag

Installation

Installs to ~/.claude/skills/amirfish1-claude-command-center-bug-race/SKILL.md

Terminal
mkdir -p ~/.claude/skills/amirfish1-claude-command-center-bug-race && curl -fsSL https://raw.githubusercontent.com/amirfish1/claude-command-center/HEAD/skills/bug-race.md -o ~/.claude/skills/amirfish1-claude-command-center-bug-race/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository