adr
Write an Architecture Decision Record (ADR) for a feature — Context / Decision / Status / Consequences / Alternatives, filed as…
Fully automated review of an entire feature branch using Codex exec
$ npx -y skills add sd0xdev/sd0x-dev-flow --skill codex-review-branch --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/codex-review-branchContext preview
The summary Claude sees to decide when to auto-load this skill.
Fully automated review of an entire feature branch using Codex exec
name: codex-review-branch description: "Fully automated review of an entire feature branch using Codex exec" allowed-tools: Bash(git:*), Bash(bash:*), Read, Grep, Glob, Task, Monitor
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.
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.
Repo: sd0xdev/sd0x-dev-flow
Write an Architecture Decision Record (ADR) for a feature — Context / Decision / Status / Consequences / Alternatives, filed as…
Architecture design and documentation. Produces 3-architecture.md with component diagrams, data flow, integration points, and architecture decisions. Reads…
Context-aware Q&A with auto context gathering. Use when: user has a quick question about codebase, git history, rules, docs, or skills during development. Not…
Industry best practices conformance audit with mandatory adversarial debate. Produces audit artifact: verdict (OK/WARN/FAIL) + gap roadmap + debate proof. Use…
Bug fix workflow. Use when: fixing bugs, resolving issues, regression fixes. Not for: new features (use feature-dev), understanding code (use code-explore).…
Bump package and plugin version in sync. Updates package.json, .claude-plugin/plugin.json, and install-state manifest to the same version. Use when: user says…