بنقرة واحدة
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 ويثبّتها لك.
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.
استنادا إلى تصنيف SOC المهني
| 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.