skills/codex-review-branch/SKILL.md
Fully automated review of an entire feature branch using Codex MCP
npx skillsauth add sd0xdev/sd0x-dev-flow codex-review-branchInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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)documentation
Rewrite the previous reply in Traditional Chinese
development
Monitor GitHub Actions CI runs until completion. Use when: watching CI after push, checking build status, monitoring PR checks, waiting for CI completion, user says 'watch CI', 'check CI', 'CI status', 'monitor build', or /watch-ci. Not for: pushing code (use push-ci), creating PRs (use create-pr). Output: per-run verdict (pass/fail/timeout).
development
Verification loop — lint -> typecheck -> unit -> integration -> e2e
development
Research current code state then update corresponding docs, ensuring docs stay in sync with code.