What problem does it solve? Single-reviewer code reviews miss issues and include false positives. This Skill runs Claude and Codex CLI as independent reviewers on the same diff, then reconciles their findings through structured discussion so only mutually agreed issues appear in the final review. ## Core Features & Use Cases - Independent parallel review: Claude and Codex review the same PR diff with the same review perspectives in separate tmux panes. - Consensus-based filtering: Findings from only one side are challenged through a discussion phase (max 2 rounds); only agreed issues are published, with unresolved ones listed in an appendix. - Structured final report: Outputs a Markdown review categorized into Critical, Warning, and Info, with the agreement process documented per finding. - Use Case: Given a PR URL, the Skill fetches the diff via gh, spawns Codex panes in tmux, cross-examines each side's unique findings, and produces a double-checked review report. ## Quick Start Ask the agent to run a collaborative review with Codex on a specific PR URL or branch name.