用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/sd0xdev/sd0x-dev-flow --skill codex-review-branch命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | codex-review-branch |
| description | Fully automated review of an entire feature branch using Codex MCP |
| allowed-tools | mcp__codex__codex, mcp__codex__codex-reply, Bash(git:*), Bash(bash:*), Read, Grep, Glob, Task |
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 |
| Reviewers | Codex alone. --dual adds a secondary reviewer — off unless the flag is passed |
| Tier | thorough (this is the depth variant — P0/P1/P2 block, round cap 30) |
| Flag | Default | Effect |
|---|---|---|
--dual | off | Adds a second reviewer in parallel (see parent skill Step 3). The merge happens in conversation — no state write, no mode field, and the next invocation starts single again unless the flag is passed again. A second opinion that can block this review's gate. Use for releases, security-sensitive changes, and public API surfaces. |
--dual is the only code-review entry point where two reviewers run. /codex-review-fast and /codex-review-doc are single-reviewer by design and offer no such flag: the cost of the second opinion is only worth paying where the change warrants it, and this is that variant. /plan-review --dual is the plan-mode counterpart — same opt-in shape, same default of off, a different loop.
/codex-review-fast)/codex-review)/codex-review-doc)基于 SOC 职业分类