with one click
bug-fix
Fix bugs with regression prevention using test-first approach
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Fix bugs with regression prevention using test-first approach
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Run all 11 audit agents in parallel, then consolidate findings with fix-planner
Develop new features with test-first approach (TDD)
Run code quality checks and tests before committing
Validate build, environment, and dependencies before deployment
Full audit + fixes + deploy validation for production release
| name | bug-fix |
| description | Fix bugs with regression prevention using test-first approach |
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