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.
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
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.