A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
codex-review skill
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.
| 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. |
npm install -g @openai/codexQuick 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
/codex-review:plan
Send your implementation plan to Codex. Claude automatically revises the plan based on feedback until Codex approves.
/codex-review:code
Gather the git diff from your session and send it to Codex. Claude automatically fixes issues Codex finds.
Both skills accept a model argument:
/codex-review:plan o4-mini
/codex-review:code o4-mini
| 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 |
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
PRs welcome! If you have ideas for new review skills or improvements to the review prompts, open an issue or submit a pull request.
Human + AI music production workflow for Suno - skills, templates, and tools
Claude Code skill for YouTube creators — channel audits, video SEO, retention scripts, thumbnails, content strategy, Sho
AI image generation skill for Claude Code -- Creative Director powered by Gemini
A Claude Code skill by Hao (駱君昊) that learns your Facebook voice and auto-posts to FB / IG / Threads / X with a 14-day c