بنقرة واحدة
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