with one click
full-review
Launch all 9 review agents in parallel for a thorough code review
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Launch all 9 review agents in parallel for a thorough code review
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
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
Based on SOC occupation classification
| 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.