Bug Fix banner
YehudaFrankel YehudaFrankel

Bug Fix

Development community

Description

--- name: Bug Fix description: Use when diagnosing and fixing a bug. Chains reproduce → isolate → hypothesize → fix → verify → learn with human-in-the-loop breakpoints at each stage. --- # Bug Fix Agent Structured bug investigation. Never touch code until the root cause is confirmed. Each stage has a breakpoint. --- ## Step 1 — Reproduce Invoke the `debug-session` skill (reproduce + isolate phases only). - Confirm the bug is actually happening — check logs, run the code, see the failure - Do

Installation

Installs to ~/.claude/agents/yehudafrankel-clankbrain-bug-fix.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/YehudaFrankel/clankbrain/HEAD/.claude/agents/bug-fix.md -o ~/.claude/agents/yehudafrankel-clankbrain-bug-fix.md

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

Full documentation available on GitHub

View Source Repository