/cross-review — multi-model code review for Claude Code
========================================================

One model writes; two others (OpenAI Codex + Google Gemini) review it,
grounded against your real code, and Claude reconciles the findings.

INSTALL
-------
1. Move cross-review.md into your Claude Code commands folder:
       ~/.claude/commands/cross-review.md
   (create the folder if it doesn't exist)
2. Start a new Claude Code session.
3. Run  /cross-review  in any git repo.

USAGE
-----
  /cross-review                          review the current working-tree diff
  /cross-review path/to/spec.md          review a specific artifact
  /cross-review --parallel               jury mode (independent votes)
  /cross-review --three                  add a fresh `claude -p` as a 3rd reviewer
  /cross-review path/to/plan.md --apply  apply the P0/P1 fixes you both agree on

REQUIRES
--------
  codex   (OpenAI Codex CLI)   — https://github.com/openai/codex
  gemini  (Google Gemini CLI)  — https://github.com/google-gemini/gemini-cli
  claude  (Claude Code)        — for the --three option

Full write-up: https://sflow.be/insights/posts/multi-model-cross-review
— SFLOW.BE
