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 CLI tools with the right flags, prompts, and diff scopes is tedious and error-prone. ## 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 statistics preview. - Focused Reviews: Apply security, performance, or error-handling focus prompts, optionally include project conventions from CLAUDE.md or AGENTS.md, 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 for a second opinion review of your uncommitted changes using both Codex and Gemini with a general focus.