원클릭으로
bug-fix
Fix bugs with regression prevention using test-first approach
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Fix bugs with regression prevention using test-first approach
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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