원클릭으로
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.