بنقرة واحدة
bug-batch
Investigate, fix, and verify multiple bugs or issues across web and mobile.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Investigate, fix, and verify multiple bugs or issues across web and mobile.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Scaffold new Next.js API endpoints with authentication, rate limiting, and tests. Use when creating new API routes, adding endpoints, or building API features.
Interactive setup wizard for customizing this template into your own project. Renames packages, configures mobile bundle IDs, sets up branding, checks ports, and generates environment secrets.
Review, create, and manage GitHub PRs using the gh CLI. View diffs, checks, comments, and create PRs with proper formatting.
Implement a plan with phased execution, parallel agents, and verification.
Validate recent UI changes across web and mobile. Test affected features for correct behavior.
Conduct a comprehensive UI/UX audit of the entire app. Navigate all pages, identify visual issues and inconsistencies.
| name | bug-batch |
| description | Investigate, fix, and verify multiple bugs or issues across web and mobile. |
| allowed-tools | Read, Grep, Glob, Write, Edit, Bash, Agent |
Processes multiple bug reports in a single session with investigation, fixes, and verification.
Extract each distinct bug from the user's message. For each bug, identify:
Order bugs by dependency (fix root causes before symptoms). Group related bugs that may share a root cause.
For each bug:
For independent bugs, use parallel agents:
Agent: "Fix bug 1: [description] in [files]"
Agent: "Fix bug 2: [description] in [files]"
For related bugs or bugs that touch the same files, fix sequentially to avoid conflicts.
Each fix must:
After all fixes:
pnpm typecheck
pnpm lint
pnpm format
For each bug, report: