Run a read-only code review through the opposite AI coding harness and return uinaf review-style findings, evidence, unverified gaps, and a ship-it / needs-review / blocked verdict. Use for /review-with-claudex, cross-harness review, opposite-model review, Claude reviewing Codex work, or Codex reviewing Claude work.
97
97%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Passed
No known issues
Use the other coding harness as the independent reviewer, then report in the compact review verdict shape.
For CLI flag details, fallback commands, and hosted-review cautions, read references/headless-modes.md.
Check only the opposite harness:
# Codex active -> Claude reviewer
command -v claude
claude --version
claude auth status
# Claude active -> Codex reviewer
command -v codex
codex --version
codex login statusReport only installed/authenticated status. Do not print account details, tokens, or config contents.
Use /review or $review if available. Otherwise follow the uinaf review contract:
findings first, then verdict exactly one of ship it / needs review / blocked,
then evidence, unverified, next, and optional notes.
Target: <uncommitted diff | branch vs base | commit | PR | paths>
Review read-only. Do not edit files, stage changes, commit, or apply fixes.
Prioritize bugs, regressions, missing tests, silent failures, and contract drift. Use concise evidence with file/line references and targeted command results.Use Claude Code print mode:
claude -p \
--permission-mode dontAsk \
--allowedTools "Read,Glob,Grep,LS,Bash(git *),Bash(rg *),Bash(jq *),Bash(npm *),Bash(pnpm *)" \
"<review prompt>"Do not use hosted claude ultrareview unless the user explicitly asks and accepts the cost.
Use Codex exec review:
codex exec review --uncommitted --ephemeral - <<'PROMPT'
<shared prompt with Target set to current uncommitted diff>
PROMPTVariants: branch review uses --base <base-ref>, commit review uses --commit <sha>, and custom scope belongs in the prompt.
Match review:
- findings: none
- verdict: ship it
- evidence: Claude review covered the uncommitted diff and found no material issues
- unverified: runtime smoke not rerun
- next: verifyIf the opposite harness cannot run:
- findings: none
- verdict: blocked
- evidence: Claude Code is not installed or authenticated, so no independent cross-harness review ran
- unverified: review target not inspected by the opposite harness
- next: review