Parallel Codex PR Review
Run parallel Codex reviews and return all raw review outputs with run separators.
Quick Start
Use this from the repository root:
bash
bash scripts/parallel_reviews.sh --count 5
Workflow
- •Run
scripts/parallel_reviews.shwith--count <n>. - •Let the script detect the repo default branch and use it as
--base. - •Wait for all review runs to complete.
- •Read all returned review blocks.
- •Deduplicate and validate all the findings
- •Present:
- •valid findings,
- •nonvalid findings with rejection reasons,
- •an execution plan to fix valid findings.
Commands
Run 3 reviewers:
bash
bash scripts/parallel_reviews.sh --count 3
Run 8 reviewers and force a base branch:
bash
bash scripts/parallel_reviews.sh --count 8 --base develop