بنقرة واحدة
review-changes-multi-agent
Delegate read-only reviewers over the local changes/branch and consolidate findings.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Delegate read-only reviewers over the local changes/branch and consolidate findings.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Review a specific GitHub pull request with gh — fetch the diff, fan out reviewers, consolidate, and optionally post the review. Requires the `gh` CLI or the GitHub MCP server.
Stage the right changes and write a clear, conventional commit message.
Systematically diagnose and fix a bug instead of guessing.
Add clear docstrings/comments and update docs for changed or unfamiliar code.
Map and explain an unfamiliar codebase or module to the user.
Improve code structure in small, safe steps without changing behavior.
| name | Review changes (multi-agent) |
| description | Delegate read-only reviewers over the local changes/branch and consolidate findings. |
| triggers | ["review","code review","review changes","review diff","review branch"] |
Use this to get a thorough, read-only review of the current local changes (or a branch)
by fanning out to reviewer subagents. Reviewers do not modify anything.
git status / git diff --stat (or
git diff <base>...HEAD) with run_command, or glob/list_dir if there is no git.
Build the list of changed files and group them by area.delegate a reviewer per area (parallel for independent
areas). Tell each reviewer the exact files to read and the relevant changed lines, and
ask for correctness bugs, security issues, and quality/maintainability concerns — each
with a file:line reference and a short rationale.implement loop.)run_command); gather any command output (e.g. the diff)
yourself and pass the relevant context into each subagent's task.