Runs an independent multi-model review of the current diff, stores per-model reports, merges duplicates, and produces a skeptical consolidated verdict in Russian. Use when one reviewer is not enough and the user wants crowd wisdom.
Installation
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Runs an independent multi-model review of the current diff, stores per-model reports, merges duplicates, and produces a skeptical consolidated verdict in Russian. Use when one reviewer is not enough and the user wants crowd wisdom.
Consensus Review
Use this skill when the user wants several independent review opinions and one consolidated report.
Canonical Review Rubric
Before starting, load:
references/code-reviewer.md
Use that rubric as the common review contract for every model.
Default Scope
Review only uncommitted changes unless the user specifies a different range.
git diff HEAD --name-only
If there is no diff, report that and stop.
Required Artifacts
Write results to:
plans/review/qwen-cli-review.md
plans/review/codex-5.1-review.md
plans/review/gemini-2.5pro-review.md
plans/review/deepseek-3.2pro-review.md
plans/review/overview.md
Create plans/review/ if needed.
Execution Workflow
Identify the exact diff scope.
Inspect available MCP or model gateway tools instead of assuming tool names blindly.
Prepare one shared review brief based on references/code-reviewer.md.
Run independent reviews with these targets when available:
qwen cli
codex 5.1 high
gemini 2.5 pro
deepseek 3.2 pro
Save each raw review to its own artifact file.
Merge findings by severity and deduplicate overlapping comments.
For every merged point, verify relevance against the actual diff instead of trusting model output automatically.
Produce plans/review/overview.md with:
merged findings
false positives removed or marked
severity buckets
short rationale per accepted point
Return a final processed report in Russian.
Fallback Rules
If one or more models are unavailable, continue with the available ones.
Explicitly list which reviewers were unavailable.
Never invent tool names or pretend a model ran when it did not.