From sd0x-dev-flow
Quick second-opinion using Codex MCP (diff only, no tests). Supports review loop with context preservation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sd0x-dev-flow:codex-review-fastThis 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 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
| Property | Value |
|---|---|
| Scope | Diff only |
| Pre-checks | None (no lint/build) |
| Prompt template | @skills/codex-code-review/references/codex-prompt-fast.md |
/codex-review)/codex-review-branch)/codex-review-doc)/codex-security)npx claudepluginhub sd0xdev/sd0x-dev-flow --plugin sd0x-dev-flowRuns a full second-opinion review with lint:fix + build via Codex MCP. Supports review loops 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.
Reviews git diffs with Codex for bugs, security vulnerabilities, style issues, and performance problems. Useful for second opinions after AI edits or pre-commit checks.