hamza-ali-shahjahan/claudex — explained in plain English
Analysis updated 2026-05-18
Get a second AI model to review a diff before merging it.
Run a write and review loop so Claude fixes issues Codex flags.
Debate a design decision between two AI models before committing to it.
Block commits until a fresh cross model review exists using the optional gate.
| hamza-ali-shahjahan/claudex | 100/dotfiles | abdellaouiamir/palworld-server | |
|---|---|---|---|
| Stars | 1 | 1 | 1 |
| Language | Shell | Shell | Shell |
| Last pushed | — | 2016-11-18 | — |
| Maintenance | — | Dormant | — |
| Setup difficulty | moderate | easy | moderate |
| Complexity | 2/5 | 1/5 | 3/5 |
| Audience | developer | developer | ops devops |
Figures from each repo's GitHub metadata at analysis time.
Requires both a Claude Code subscription and a separate ChatGPT or OpenAI API key for Codex.
ClauDex is a plugin for Claude Code that pairs Claude with OpenAI's Codex so the two AI coding tools review each other's work instead of just running side by side. When you run the main command, Claude writes code for a task, then Codex reads the change and points out problems, and Claude fixes what it agrees is real. This write and review cycle repeats up to three times, aiming for both models to agree before anything ships. There is also a verdict command that has Claude and Codex look at the same set of changes on their own, without seeing each other's notes, and then compares what each one found. Issues both models flagged are marked one way, issues only Claude caught are marked another way, and issues only Codex caught get a third mark. The result ends in a simple recommendation: ship it, fix it first, or redesign it. A separate debate command lets the two models argue opposite sides of a design choice and produces a short summary of where they landed. The tool only runs when a person types a command, so it never reviews code automatically in the background. It checks that both Claude Code and the Codex CLI are installed and signed in before doing anything, and if Codex is not available it refuses to run rather than pretending a single model review is the same thing. There is also an optional setting that can block commits unless a recent cross review exists, though this is turned off by default in every project until someone turns it on. Setup means installing Claude Code and the Codex CLI, each tied to its own subscription or API key, then adding the ClauDex plugin from its marketplace listing inside a Claude Code session. It is meant to be used inside any project tracked by git, since it reviews the actual changes you have made rather than the whole codebase. This is a good fit for a developer or vibe coder who already uses Claude Code and wants a second opinion from a different AI model before merging changes, without needing to manually copy code between two separate tools.
A Claude Code plugin that has OpenAI's Codex review Claude's code changes, so two different AI models agree before anything ships.
Mainly Shell. The stack also includes Shell, Claude Code, Codex CLI.
License is not stated in the README shown, so terms of use are unclear.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.