What problem does it solve? Getting an independent code review from a different AI model helps catch issues that a single model might miss, but manually invoking external LLM CLIs with the right diff, prompt, and flags is tedious and error-prone. ## Core Features & Use Cases - External LLM Reviews: Shells out to OpenAI Codex CLI or Google Gemini CLI to review uncommitted changes, branch diffs, or specific commits. - Structured Findings: Codex output uses a JSON schema with prioritized findings, file:line citations, and an overall correctness verdict. - Focused Reviews: Supports security, performance, and error-handling focus areas, plus optional project conventions from CLAUDE.md or AGENTS.md. - Use Case: Before opening a PR, ask for a second opinion on your branch diff and receive parallel reviews from both Codex and Gemini, with agreements and differences summarized. ## Quick Start Ask the assistant to run a second opinion review on your uncommitted changes using both Codex and Gemini with a security focus.