bug-fixlisted
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.