一键导入
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: