一键导入
ensemble-review
Review code changes using multiple models in parallel, then synthesize a unified report.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Review code changes using multiple models in parallel, then synthesize a unified report.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Review a source file for code quality, potential issues, and improvement suggestions.
Trace the execution flow of a source file and produce a text-based flowchart.
Read a source file and produce a structured summary of its purpose, key components, and dependencies.
| name | ensemble-review |
| description | Review code changes using multiple models in parallel, then synthesize a unified report. |
Get the diff to review:
git diff main...HEAD via bash to get the current branch's changesSpawn 3 subagents, each with a different model. Give each the diff as part of the prompt:
Models to use:
oci/openai.gpt-5.4oci/google.gemini-2.5-flashoci/xai.grok-code-fast-1Use spawn_subagent for each model with this prompt (include the diff inline):
Review this code diff. Identify bugs, security issues, performance problems, and readability concerns. For each issue, provide the file, line, severity (critical/warning/info), and a brief explanation.
{paste the diff here}
Use tools: ["read_file", "list_files", "grep"] so reviewers can check surrounding code.
Collect all 3 reviews. Note any subagents that failed and which models succeeded.
Synthesize a unified report:
Present the report to the user.