From sd0x-dev-flow
Reviews an entire feature branch by analyzing all commits since the base branch using Codex MCP. Useful for automated branch-level code review.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sd0x-dev-flow:codex-review-branchThis 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 Branch 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 | Full branch (all commits since base) |
| Pre-checks | None |
| Prompt template | @skills/codex-code-review/references/codex-prompt-branch.md |
/codex-review-fast)/codex-review)/codex-review-doc)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.
Requests a code review for all commits on the current branch and presents the results, with optional base branch, review type (security/design), and panel configuration.
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.