cross-review

Installation
SKILL.md

Cross-Review Loop: Claude x Codex CLI

Overview

Autonomous review-fix loop between Claude and Codex CLI. Each round: both review simultaneously and independently → triage findings → fix using the best available skill → repeat. Stops when clean, when reviewers disagree, or after max rounds.

Prerequisites

  • Codex CLI installed: npm install -g @openai/codex
  • Codex authenticated: codex auth login
  • Config at ~/.codex/config.toml with model, reasoning effort, and multi-agent enabled:
# ~/.codex/config.toml (example — adjust model to your available version)
model = "gpt-5.4"
model_reasoning_effort = "xhigh"
Related skills
Installs
11
GitHub Stars
4
First Seen
Mar 1, 2026