By mozuq-lab
Multi-model code review plugin. Performs code review with the primary LLM, then has GitHub Copilot CLI verify the findings for a comprehensive, multi-perspective review.
Claude Code と GitHub Copilot CLI を組み合わせたマルチモデルコードレビュープラグイン。
コードレビューを単一の AI モデルに任せるのではなく、複数のモデルで相互検証することで、より網羅的で信頼性の高いレビューを実現します。
ユーザー依頼
↓
[Step 1] LLM(Claude等)がコードレビュー
↓
[Step 2] GitHub Copilotに精査+独自レビューを依頼
↓
[Step 3] Copilotの回答を受けて再検討
↓
[Step 4] 確認事項があれば再度Copilot呼び出し
↓
[Step 5] 双方納得の結論をユーザーに回答
# Copilot CLIの確認
copilot --version
/plugin marketplace add https://github.com/mozuq-lab/multi-model-review.git
/plugin install multi-model-review@multi-model-review
Claude Code 内で以下のコマンドを実行:
/multi-model-review
マルチモデルレビューをお願いします
このPRをセカンドオピニオンでレビューして
複数モデルでレビューして
/multi-model-review gpt-5.1 # モデル指定
/multi-model-review --file src/main.py # ファイル指定
| Model | Notes |
|---|---|
gpt-5 | デフォルト、バランス型 |
gpt-5.1, gpt-5.2 | 新バージョン |
gpt-5.1-codex-max | コード特化、高性能 |
gpt-5-mini | 高速 |
gemini-3-pro-preview | Google 製 |
## Multi-Model Code Review Summary
**Reviewers:** Claude Sonnet + GitHub Copilot gpt-5
### Critical Issues
- [双方合意の問題]
### Warnings
- [警告事項]
### Suggestions
- [改善提案]
### Review Discussion
- **合意点:** 双方が同意した主要な問題
- **議論点:** 見解が分かれた点とその結論
- **補完:** 片方のみが発見した問題
MIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub mozuq-lab/multi-model-reviewAI-driven blackbox test documentation framework with signal system for confidence visualization
Multi-agent code review for Claude Code — parallel review by Codex (GPT-5.5), Gemini 3.1 Pro, and five Claude specialist subagents (one run blind), then verified synthesis.
Independent code review using a different, larger model for fresh perspective
Multi-lens code review pipeline: deep review (Claude or Codex), automated fix loop, interactive walkthrough, manual promote, external-finding injection.
Use Copilot from Claude Code to review code or delegate tasks.
Codex, Gemini, Claude の3つの AI に並列でコードレビューを依頼し、統合レポートを生成する
Symmetric two-AI peer review using OpenAI Codex CLI. Both AIs review independently in a blind pass, then debate per-issue with terminal states until convergence. Catches significantly more issues than single-pass validation.