From claude-code-agents
Fixes bugs using test-first workflow to prevent regressions: reproduces with failing test, applies minimal fix, verifies all tests pass, optional browser QA for UI bugs.
npx claudepluginhub undeadlist/claude-code-agents --plugin claude-code-agentsThis skill uses the workspace's default tool permissions.
Fix bugs with a test-first approach to prevent regressions. Provide the bug description when invoking.
Executes step-by-step bug fix workflow: read issue, diagnose root cause, reproduce (browser for UI bugs), minimal fix, regression test, verify, open PR.
Fixes bugs and regressions: investigates root cause with GitHub issues/grep/git, applies minimal changes, adds type-appropriate regression tests, verifies tests, reviews code and tests via gates.
Fixes bugs using test-first loop: add minimal failing reproduction test, apply smallest fix to affected module, verify full test suite and linters. Use for reported bugs needing verified low-impact fixes.
Share bugs, ideas, or general feedback.
Fix bugs with a test-first approach to prevent regressions. Provide the bug description when invoking.
Spawn test-writer with the bug description:
Spawn code-fixer with the bug description and test file:
Spawn test-runner:
Spawn browser-qa-agent:
Provide bug details when invoking:
/bug-fix
Bug: Login fails with valid credentials
Steps to reproduce:
1. Go to /login
2. Enter valid email/password
3. Click submit
Expected: Redirect to dashboard
Actual: 500 error
Location: src/api/auth/login.ts