Get both Codex and Gemini to review staged git changes
Executes parallel AI code reviews on staged git changes and synthesizes findings.
/plugin marketplace add kanlanc/Claude-Code-Kanlanc-Marketplace/plugin install ai-council@kanlanc-marketplaceHave both Codex and Gemini review your staged git changes in parallel.
/council-review
Get staged git changes:
git diff --staged
Run BOTH reviews in parallel:
Codex:
codex exec --sandbox read-only -c model_reasoning_effort="high" "Review these git changes for bugs, security issues, and improvements:\n\n<diff>"
Gemini:
gemini -s -y -o json "Review these git changes for bugs, security issues, and improvements:\n\n<diff>"
Synthesize findings from both models
## AI Council Code Review
### Codex (GPT-5.2) Review:
**Issues Found:**
- [List of issues]
**Suggestions:**
- [List of suggestions]
---
### Gemini Review:
**Issues Found:**
- [List of issues]
**Suggestions:**
- [List of suggestions]
---
### Council Synthesis:
**Critical Issues (Both Agree):**
- [Issues identified by both models]
**Additional Concerns:**
- [Issues only one model caught]
**Recommended Actions:**
1. [Prioritized action items]
---
*Session IDs: Codex=[id], Gemini=[id]*
git add first)