# Codex Review

> Full second-opinion using Codex exec (with lint:fix + build). Supports review loop with context preservation.

- Skill: `sd0xdev/codex-review` (Agent Skill)
- Install (CLI): `npx skillmds@latest add sd0xdev/codex-review`
- Raw SKILL.md: https://api.skillmd.com/api/skills/sd0xdev/codex-review/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: sd0xdev (https://skillmd.com/u/sd0xdev)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/sd0xdev/codex-review

---


# 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` |
| Reviewers | Codex alone — no `--dual`, no secondary. For two reviewers use `/codex-review-branch --dual` |
| Tier | Inherits the session tier (`standard` by default) |

## 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`)

