ワンクリックで
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.