Skip to content
Development
Skill

/codex-review-doc

Review documents using Codex exec. 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-doc --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-doc

Context preview

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

Review documents using Codex exec. Supports review loop with context preservation.

SKILL.md

codex-review-doc.SKILL.md
name: codex-review-doc
description: "Review documents using Codex exec. Supports review loop with context preservation."
allowed-tools: Bash(git:*), Read, Glob

Codex Review Doc

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

Parent Skill

This skill delegates to `doc-review` for the full document review workflow, prompt templates, and rating logic.

See `@skills/doc-review/SKILL.md`

Trigger

  • Keywords: doc review, review docs, review document, codex-review-doc

When NOT to Use

  • Code review (use `/codex-review-fast` or `/codex-review`)
  • Security audit (use `/codex-security`)
  • Test review (use `/codex-test-review`)
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.