reviewing-code
Installation
SKILL.md
Codex Review Checkpoint
Code review checkpoint that runs codex review on the current worktree.
Note: The gate-runner script runs this automatically for issues with gate:codex-review label. This skill documents the process for manual use.
Quick Start
# Review uncommitted changes
codex review --uncommitted --title "My Review"
# Review branch changes against main
codex review --base main --title "Feature Review"
# Review a specific commit
codex review --commit abc123