From sd0x-dev-flow
Runs a full second-opinion review with lint:fix + build via Codex MCP. Supports review loops with context preservation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sd0x-dev-flow:codex-reviewThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Thin entry-point skill — routes to the parent skill for full workflow.
Thin entry-point skill — routes to the parent skill for full workflow.
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
| Property | Value |
|---|---|
| Scope | Diff + local checks |
| Pre-checks | lint:fix + build |
| Prompt template | @skills/codex-code-review/references/codex-prompt-full.md |
/codex-review-fast)/codex-review-branch)/codex-review-doc)npx claudepluginhub sd0xdev/sd0x-dev-flow --plugin sd0x-dev-flowQuick second-opinion using Codex MCP (diff only, no tests). Supports review loop with context preservation.
Runs cross-model code reviews using the external Codex CLI tool from a Claude session. Catches bugs that single-model self-review would miss by leveraging a different reviewer architecture.
Cross-model review using OpenAI Codex to independently verify plans or code diffs, iterating up to 5 rounds. Useful for architecture decisions, non-trivial refactors, and critical config changes.