codex-review

Run non-interactive code reviews with the Codex CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates code reviews using the Codex CLI, ensuring code quality and adherence to project standards without manual intervention.

Core Features & Use Cases

  • Non-interactive Review: Executes codex review with configurable styles (coderabbit or sora).
  • Contextual Review: Integrates project rules (CLAUDE.md) and skill-specific guidelines into the review prompt.
  • Use Case: Automatically review code changes against the dev branch using the default coderabbit style, ensuring all project coding standards are met before merging.

Quick Start

Run a non-interactive code review using the codex review skill with the coderabbit style.

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 using the Codex CLI?

Automating code reviews with the Codex CLI involves running non-interactive review commands that apply project-specific rules. It supports reviewing uncommitted changes or specific commits using styles like coderabbit or sora.

Can I review uncommitted changes against a development branch?

Yes, the Codex CLI code review supports scoping to development branches, uncommitted local changes, or specific commits. This ensures targeted automated quality assurance before merging code.

How do project-specific rules integrate into automated code review?

Project-specific rules integrate by incorporating files like CLAUDE.md and skill-specific guidelines directly into the review prompt. This contextual integration ensures the review adheres to your project's coding standards.

What is the difference between coderabbit and sora review styles?

Coderabbit and sora are configurable review styles available for non-interactive code reviews. Choosing between them allows you to tailor the automated quality assurance output to your preferred format.

Do I need manual intervention to run a Codex CLI code review?

No manual intervention is required because the Codex CLI code review runs non-interactively. It automatically applies project rules and styles to evaluate code changes for quality assurance.