一键导入
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.