What problem does it solve? Getting an independent code review from a different AI model helps catch issues your primary assistant may miss, but manually invoking external CLI tools with the right flags, prompts, and diff scopes is error-prone and repetitive. ## Core Features & Use Cases - Dual-Model Reviews: Run OpenAI Codex CLI and Google Gemini CLI in parallel on the same diff, then compare where the two reviews agree and differ. - Flexible Review Scopes: Review uncommitted changes, branch diffs against the default branch, or a specific commit, with automatic default-branch detection and diff-stat previews. - Focused Reviews: Apply security, performance, or error-handling focus prompts, optionally include CLAUDE.md or AGENTS.md project conventions, and run dependency scans only when manifest files changed. - Use Case: Before opening a pull request, ask for a second opinion on your branch diff with a security focus and receive structured findings from both Codex and Gemini with file and line references. ## Quick Start Ask the assistant to run a second opinion review on your uncommitted changes using both Codex and Gemini with a general review focus.