Skip to content
Tools/Review Loops
Review LoopsCommunityOpen source

claude-review-loop

Claude Code plugin that runs an automated code-review loop using Codex as an independent reviewer, with timestamped execution logs.

Visit source
Use casesReview loops

Key capabilities

Claude Code plugin; shells out to the Codex CLI for the review pass (requires jq)
Logs to .claude/review-loop.log with timestamps, exit codes, and elapsed times
Codex flags are configurable via the REVIEW_LOOP_CODEX_FLAGS environment variable

Best for

Maker-checker workflows
Cross-model review (Claude writes, Codex reviews)

Not for

Self-approval
Reviewer with write access by default

Risk notes

Ships with --dangerously-bypass-approvals-and-sandbox as the default Codex flag — prefer the safer --sandbox workspace-write.
Keep the reviewer read-only unless you have explicitly authorized writes.
This is a community project. Verify maturity, licensing, permissions, and safety behavior before relying on it in production.