Skip to content
Development
Skill

/codex-review-fast

Quick second-opinion using Codex exec (diff only, no tests). 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-fast --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-fast

Context preview

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

Quick second-opinion using Codex exec (diff only, no tests). Supports review loop with context preservation.

SKILL.md

codex-review-fast.SKILL.md
name: codex-review-fast
description: "Quick second-opinion using Codex exec (diff only, no tests). Supports review loop with context preservation."
allowed-tools: Bash(git:*), Bash(bash:*), Read, Grep, Glob, Task, Monitor

Codex Review Fast

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

Parent Skill

This is the **Fast** 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 only | | Pre-checks | None (no lint/build) | | Prompt template | `@skills/codex-code-review/references/codex-prompt-fast.md` | | Reviewers | Codex alone — no `--dual`, no secondary. For two reviewers use `/codex-review-branch --dual` | | Tier | Inherits the session tier (`standard` by default). Findings below the tier's blocking severity are logged `[NIT_DEFERRED]`, not fixed |

Trigger

  • Keywords: quick review, fast review, diff review, codex-review-fast

When NOT to Use

  • Full review with lint + build (use `/codex-review`)
  • Branch-level review (use `/codex-review-branch`)
  • Document review (use `/codex-review-doc`)
  • Security audit (use `/codex-security`)
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.