codex-review

Review pull requests, files, and local diffs with Codex.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction of running high-quality code reviews by routing a request to Codex in the correct review mode for pull requests, file sets, or local changes.

Core Features & Use Cases

  • PR review: Reviews a GitHub pull request asynchronously in a throwaway worktree and tracks progress through the Codex plugin.
  • File review: Reviews one or more specific files in the current repository and returns feedback in turn.
  • Working tree review: Reviews staged, unstaged, or branch-diff changes directly in the active repo.
  • Use Case: Ask for a review of a pull request, a couple of files, or your current branch changes when you want Codex to evaluate correctness, robustness, and maintainability.

Quick Start

Ask to review a pull request, a set of files, or the current working tree with Codex, and I will choose the correct mode automatically.

Frequently Asked Questions about codex-review

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

FAQPage Schema
How do I review a GitHub pull request with Codex inside Claude Code?

To review a GitHub pull request with Codex, the Skill routes the request to an isolated throwaway worktree and tracks progress asynchronously through the Codex plugin. It automatically selects the correct PR review mode, requiring the OpenAI Codex CLI and GitHub CLI for execution.

Can I review staged and unstaged working tree changes using Codex?

Yes, you can review staged, unstaged, or branch-diff changes directly in your active repository. The Skill selects the working tree review mode to evaluate local code changes in place without requiring a separate pull request.

Do I need sandbox permissions and isolated worktrees to run Codex code reviews?

Yes, reliable execution requires sandbox permissions, isolated worktrees, and broker cleanup. These environment constraints ensure that Codex can safely evaluate code changes across pull requests, files, and local diffs without affecting your active working repository.

What is the best way to get targeted file reviews for specific files in my repository?

The best way to get targeted file reviews is to request an inspection of specific files in your current repository. The Skill applies the file review mode, routing the request to Codex to evaluate correctness, robustness, and maintainability before returning feedback.

Why does my Codex code review require the OpenAI Codex CLI and GitHub CLI?

Your Codex code review requires the OpenAI Codex CLI and GitHub CLI to handle repository interactions, isolated worktree creation, and asynchronous plugin tracking. These dependencies ensure the review process routes requests correctly across PRs, files, and local diffs.

When should I not use an isolated worktree for code reviews?

You should not use an isolated worktree when you want to review staged, unstaged, or branch-diff changes directly in your active repository. In this scenario, the Skill switches to the working tree review mode instead of creating a throwaway environment.