ワンクリックで
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: