Skip to content
Development
Skill

/codex-review

Full second-opinion using Codex exec (with lint:fix + build). Supports review loop with context preservation.

From plugin
sd0x-dev-flow
18899 skills16 agents5 hooks
Install
$ npx -y skills add sd0xdev/sd0x-dev-flow --skill codex-review --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/codex-review

Context preview

The summary Claude sees to decide when to auto-load this skill.

Full second-opinion using Codex exec (with lint:fix + build). Supports review loop with context preservation.

SKILL.md

codex-review.SKILL.md
name: codex-review
description: "Full second-opinion using Codex exec (with lint:fix + build). Supports review loop with context preservation."
allowed-tools: Bash(git:*), Bash(yarn:*), Bash(npm:*), Bash(bash:*), Read, Grep, Glob, Task, Monitor

Codex Review

Thin entry-point skill — routes to the parent skill for full workflow.

Parent Skill

This is the **Full** variant of `codex-code-review`. Full workflow, prompt templates, and review logic are defined in the parent skill.

See `@skills/codex-code-review/SKILL.md`

Variant

| Property | Value | |----------|-------| | Scope | Diff + local checks | | Pre-checks | lint:fix + build | | Prompt template | `@skills/codex-code-review/references/codex-prompt-full.md` | | Reviewers | Codex alone — no `--dual`, no secondary. For two reviewers use `/codex-review-branch --dual` | | Tier | Inherits the session tier (`standard` by default) |

Trigger

  • Keywords: full review, codex review, second opinion, codex-review

When NOT to Use

  • Quick diff-only review (use `/codex-review-fast`)
  • Branch-level review (use `/codex-review-branch`)
  • Document review (use `/codex-review-doc`)
Ships withsd0x-dev-flow

Language: English | 繁體中文 | 简体中文 | 日本語 | 한국어 | Español The harness layer for Claude Code. Let the model choose the path. Keep "done" verifiable. Full control plane on Claude Code. Skills-only distribution for Codex CLI and other compatible agents.

Get the whole plugin

Other skills on sd0x-dev-flow.