Codex Review
Thin entry-point skill — routes to the parent skill for full workflow.
Parent Skill
This is the Full 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
Variant
| Property | Value |
|---|---|
| Scope | Diff + local checks |
| Pre-checks | lint:fix + build |
| Prompt template | @skills/codex-code-review/references/codex-prompt-full.md |
Trigger
- Keywords: full review, codex review, second opinion, codex-review
When NOT to Use
- Quick diff-only review (use
/codex-review-fast) - Branch-level review (use
/codex-review-branch) - Document review (use
/codex-review-doc)