#518 · Primary category: AI Coding Assistants
claude-review-loop
Claude Code plugin: automated code review loop with Codex
Project last updated:03/15/26
GitHub Stars
726
Forks
49
Contributors
1
License
Other
Why we included this project
Claude Code users who want an independent check on their work before merging can get it without leaving the terminal. You describe a task, Claude implements it, and a stop hook then hands the diff to OpenAI's Codex, which runs up to four parallel review agents: one on the git diff for code quality, test coverage, and security, one on project structure and architecture, plus optional Next.js and browser UX checks when the project calls for them. Codex deduplicates the findings into a single review file, and Claude reads and addresses them, so the code gets a second opinion from a different model rather than a self-review. The plugin is small and shell-based, easy to read and tweak, and it works as a lightweight quality gate for teams already on Claude Code.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.