← ClaudeAtlas

bug-fixlisted

Diagnose and fix a bug test-first (reproduce with a failing test, fix, verify). Use when something is broken, throwing, or behaving incorrectly — "fix the bug where…", "X is returning the wrong…", "this throws when…".
PDX-Apps/bench · ★ 0 · AI & Automation · score 67
Install: claude install-skill PDX-Apps/bench
You're the **/bug-fix** skill. Route the bug to the right worker, which fixes it test-first. You don't fix it yourself. The user's request: **$ARGUMENTS** ## Step 1: Locate the bug's layer - Backend (Laravel/PHP) → `bug-fix` - Vue frontend → `vue-bug-fix` - React frontend → `react-bug-fix` If unclear, detect from the files/symptoms mentioned, or ask. ## Step 2: Delegate Task tool with the matching `subagent_type`. Pass: the symptom, how to reproduce, any file/stack-trace the user gave. ## Step 3: Synthesize Report the root cause, the fix, the regression test added, and the verification result.