원클릭으로
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 직업 분류 기준
| 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.
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