Skills / codex review skill
Installation
Kompatibilitaet
Beschreibung
codex-review
Let Claude and Codex review each other's work.
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
Prerequisites
- Claude Code — installed and authenticated
- OpenAI Codex CLI —
npm 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
Aehnliche Skills
last30days skill
AI agent skill that researches any topic across Reddit, X, YouTube, HN, Polymarket, and the web - then synthesizes a grounded summary
context mode
Context window optimization for AI coding agents. Sandboxes tool output, 98% reduction. 12 platforms
claude seo
Universal SEO skill for Claude Code. 19 sub-skills, 12 subagents, 3 extensions (DataForSEO, Firecrawl, Banana). Technical SEO, E-E-A-T, schema, GEO/AEO, backlinks, local SEO, maps intelligence, Google APIs, and PDF/Excel reporting.
pinme
Deploy Your Frontend in a Single Command. Claude Code Skills supported.
godogen
Claude Code & Codex skills that build complete Godot projects from a game description
claude ads
Comprehensive paid advertising audit & optimization skill for Claude Code. 250+ checks across Google, Meta, YouTube, LinkedIn, TikTok, Microsoft & Apple Ads with weighted scoring, parallel agents, industry templates, and AI creative generation.