codex-review-skill

agent
Security Audit
Warn
Health Warn
  • License — License: MIT
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Low visibility — Only 7 GitHub stars
Code Pass
  • Code scan — Scanned 2 files during light audit, no dangerous patterns found
Permissions Pass
  • Permissions — No dangerous permissions requested

No AI report is available for this listing yet.

SUMMARY

codex-review skill

README.md

codex-review

Let Claude and Codex review each other's work.

License: MIT
Claude Code Plugin
OpenAI Codex
Blog Post


A Claude Code plugin that sends your plans and code to OpenAI Codex CLI for iterative, multi-round review. Claude and Codex go back-and-forth — fixing, refining, and improving — until Codex approves.

Installation · Usage · How It Works · Configuration

Skills

Skill What it does
/codex-review:plan Review an implementation plan. Claude revises based on Codex feedback until approved.
/codex-review:code Review code changes from the current session. Claude fixes issues until approved.

How It Works

Codex Review Loop

Prerequisites

  • Claude Code — installed and authenticated
  • OpenAI Codex CLInpm install -g @openai/codex
  • OpenAI API key — configured for Codex

Installation

Quick install (run inside Claude Code):

/plugin marketplace add LuD1161/codex-review-skill
/plugin install codex-review@codex-review-marketplace

Local / development

claude --plugin-dir /path/to/codex-review-skill

Usage

Review a plan

/codex-review:plan

Send your implementation plan to Codex. Claude automatically revises the plan based on feedback until Codex approves.

Review code changes

/codex-review:code

Gather the git diff from your session and send it to Codex. Claude automatically fixes issues Codex finds.

Override the model

Both skills accept a model argument:

/codex-review:plan o4-mini
/codex-review:code o4-mini

Configuration

Option Default Description
Model gpt-5.3-codex Override per-invocation via arguments
Max rounds 5 Prevents infinite review loops
Sandbox read-only Codex can read your codebase but never writes

Project Structure

codex-review-skill/
├── .claude-plugin/
│   └── plugin.json          # Plugin manifest
├── skills/
│   ├── plan/
│   │   └── SKILL.md         # Plan review skill
│   └── code/
│       └── SKILL.md         # Code review skill
├── LICENSE
└── README.md

Contributing

PRs welcome! If you have ideas for new review skills or improvements to the review prompts, open an issue or submit a pull request.

License

MIT


Built with Claude Code + OpenAI Codex — because two heads are better than one.

Reviews (0)

No results found