codex-review

Run OpenAI Codex secondary code reviews across development stages.

Updated Jun 3, 2026
One-click install
npx skills add https://github.com/moongci38-oss/forge-plugins --skill codex-review-moongci38-oss
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex-review
Source: https://github.com/moongci38-oss/forge-plugins/tree/main/forge-build/skills/codex-review
Command: npx skills add https://github.com/moongci38-oss/forge-plugins --skill codex-review-moongci38-oss

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires openai, and includes scripts (resource) components.

What problem does it solve?

This Skill serves as a secondary review gate using OpenAI Codex (gpt-5.5) to complement Claude's initial code review, addressing model limitations and enhancing the review process.

Core Features & Use Cases

  • Secondary Review Gate: Provides an additional layer of review for code, enhancing the accuracy of initial reviews.
  • Stage-Specific Review: Offers reviews for different stages (plan, code, test, final, bugfix) with varying blocking levels.
  • Automated Workflow: Integrates with Forge Dev's pipeline, allowing for seamless integration into existing workflows.

Quick Start

Run the codex-review command with the desired stage and target file, e.g., /codex-review --stage code --target src/auth.ts.

Frequently Asked Questions about codex-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is a secondary code review and how does it enhance development workflow?

A secondary code review provides an additional layer of analysis to catch issues missed by the initial review. This Skill uses OpenAI Codex (gpt-5.5) to complement initial reviews, enhancing accuracy and addressing model limitations in the development workflow.

How do I run a stage-specific code review using OpenAI Codex?

You can run a stage-specific code review by executing the codex-review command with the desired stage and target file. For example, use `/codex-review --stage code --target src/auth.ts` to analyze code during the coding phase.

Which development stages does this code analysis tool support?

This code analysis tool supports multiple development stages including plan, code, test, final, and bugfix. Each stage applies varying blocking levels to ensure appropriate review depth throughout the pipeline.

Do I need an OpenAI API key to use Codex for code analysis?

Yes, you need an OpenAI API key to use Codex for code analysis. The Skill requires this key to access the gpt-5.5 model for performing the secondary review and processing multiple file formats.

Can I integrate automated code review into my Forge Dev pipeline?

Yes, you can integrate automated code review into your Forge Dev pipeline. The Skill is designed to seamlessly merge into existing workflows, allowing stage-specific reviews to run automatically during development.

What are the limitations of using gpt-5.5 for secondary code review?

Using gpt-5.5 for secondary code review requires a valid OpenAI API key and depends on external API availability. It is designed as a complementary gate rather than a replacement for initial code review processes.