
Review By Opp
- 6 repo stars
- Updated April 2, 2026
- akshan-main/review-by-opp
review-by-opp is a Claude Code plugin that runs Codex as an independent reviewer with a strict issue ledger so developers cannot mark work complete until every blocking finding is closed.
About
review-by-opp is a Claude Code marketplace plugin that pairs Claude as builder with Codex as an independent auditor. It automates review rounds, tracks every finding in a structured ledger, and blocks finalization until blocking items are truly resolved. Install it when you use both Claude Code and a signed-in Codex CLI and want to eliminate fake all-fixed claims during implementation review loops.
- Codex exec read-only audits against current git diff
- Structured finding ledger with seven resolution states
- Stop gate blocks /finalize while blocking findings remain
- Local reviews/ directory with round-by-round audit trail
Review By Opp by the numbers
- Data as of Jul 10, 2026 (Skillselion catalog sync)
/plugin marketplace add akshan-main/review-by-oppAdd your badge
Show developers this marketplace is listed on Skillselion. Paste this into your README.
| repo stars | ★ 6 |
|---|---|
| Last updated | April 2, 2026 |
| Repository | akshan-main/review-by-opp ↗ |
How do I keep Claude and Codex in a review loop without losing track of which findings are actually fixed?
Runs a Codex auditor loop with a strict finding ledger and stop gate so Claude cannot finalize with open review items.
Who is it for?
Developers using Claude Code plus signed-in Codex CLI who want enforced review completeness before merging or finalizing work.
Skip if: Users without Codex CLI, teams that skip independent review, or non-git projects without a diff to audit.
What you get
A local reviews/ ledger with round snapshots, resolved finding states, and a final verdict of clean or unresolved before stop gate release.
Plugins in this marketplace
1 plugin - install individually after you add the marketplace.
Recommended Marketplaces
FAQ
Does this require OpenAI API keys?
No. It uses your signed-in Codex CLI account via npx @openai/codex login, same as normal Codex usage.
Where is review state stored?
All session data lives locally in your repo under reviews/, including current.json, round snapshots, and artifacts.
Can Claude override the stop gate?
No. /Review By Opp:finalize is blocked while blocking-severity findings remain open or unresolved per config.