codex-review

Automates code reviews via Codex CLI at plan stage and after implementation.

Updated Jan 22, 2026
One-click install
npx skills add https://github.com/yutanpo1227/dotfiles --skill codex-review-yutanpo1227
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex-review
Source: https://github.com/yutanpo1227/dotfiles/tree/main/dot_claude/skills/codex-review
Command: npx skills add https://github.com/yutanpo1227/dotfiles --skill codex-review-yutanpo1227

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Automates rigorous code reviews at key milestones using the Codex CLI to surface issues early in plan and implementation phases.

Core Features & Use Cases

  • Two-review timings: plan-stage and post-implementation reviews to catch architecture and quality gaps.
  • Deterministic workflow: invokes Codex with structured prompts and outputs actionable feedback.
  • Trigger-based execution: integrates with plan completion and code merge workflows to run reviews automatically.

Quick Start

Run the provided scripts to start Codex reviews at plan and code completion.

Frequently Asked Questions about codex-review

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

FAQPage Schema
How do I automate code reviews at the plan stage before implementation starts?

Automated code review at the plan stage uses the Codex CLI with structured prompts to evaluate design architecture and surface issues early, ensuring deterministic feedback before any code is written.

What is the best way to run a post-implementation code quality check?

Post-implementation code quality checks run automatically by invoking the Codex CLI after code completion, applying structured prompts to generate actionable feedback and catch quality gaps before merge.

Can I trigger code reviews automatically when a plan is completed or code is merged?

Yes, trigger-based execution integrates with plan completion and code merge workflows to run Codex CLI reviews automatically, ensuring deterministic review timing without manual intervention.

Does Codex CLI code review require any additional dependencies to run?

No additional dependencies are required. The Skill operates using provided scripts and the Codex CLI environment, applying structured prompts to produce actionable developer guidance.

How does automated plan review differ from post-implementation review?

Plan-stage review catches architecture and design gaps before coding begins, while post-implementation review checks code quality after completion; both use Codex CLI with deterministic prompts for structured feedback.

How do I start automated code reviews using Codex CLI scripts?

Run the provided scripts to invoke Codex reviews at plan creation and code completion stages, executing structured prompts that output actionable feedback for developers.