بنقرة واحدة
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.