Skip to content

Instantly share code, notes, and snippets.

View jkm-4314's full-sized avatar

Josh jkm-4314

View GitHub Profile
@jkm-4314
jkm-4314 / README.md
Last active May 10, 2026 01:04
multi-model-review: Claude Code skill that orchestrates iterative spec/code review between Claude and Codex (GPT-5.5) until both models agree the work is production-ready

multi-model-review

📦 Also part of claude-code-skills — a small collection of opinionated Claude Code skills (project bootstrap, persistent session memory, and this multi-model review). Clone the repo for the full set.

A Claude Code skill that orchestrates iterative adversarial review of specs or code between Claude and OpenAI's Codex (GPT-5.5) until both models independently agree the work is production-ready.

Why

Claude and Codex catch different classes of issues. Running them as adversarial reviewers — each given the same artifact and the other's feedback — surfaces problems that either model would miss alone: missed edge cases, security gaps, ambiguous requirements, regressions introduced by remediation. The loop terminates when both models reach GO, or after 5 rounds (Claude's position prevails to avoid blocking work indefinitely).