一键导入
full-review
Launch all 9 review agents in parallel for a thorough code review
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Launch all 9 review agents in parallel for a thorough code review
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Create a well-structured Jira ticket with acceptance criteria
Assess and improve a repository's readiness for AI-assisted development
Implement a feature based on a Jira ticket, with ticket quality and guideline validation
Show a prioritized dashboard of Jira tickets, GitHub PRs/reviews, and Google Tasks
| name | full-review |
| description | Launch all 9 review agents in parallel for a thorough code review |
Run a comprehensive code review by launching all review agents in parallel.
First, run git diff master...HEAD to get the full diff. Pass the complete diff output to each agent so they know exactly which files and lines changed.
Spawn each of the following agents in the background without worktree isolation, asking each to review changes on the current branch vs the main branch. These agents are read-only reviewers and do not need isolated worktrees. Launching 9 worktrees in parallel causes git lock contention on .git/config, leading to failures and retries. IMPORTANT: Include the diff output in each agent's prompt and instruct them to ONLY review files and lines that appear in the diff — they must not explore or report on files outside the changeset:
Additional focus areas if specified: $ARGUMENTS
Once all agents complete, compile their findings into a single summary organized by severity:
Include file:line references for every finding.