---
name: Codex Review
slug: codex-review-3
category: Quality
description: "Codex Review routes to a full code review workflow using Codex exec, including lint:fix and build checks. Use it for a second opinion on a diff with context preserved across the review loop."
github: "https://github.com/sd0xdev/sd0x-harness/tree/main/skills/codex-review"
language: JavaScript
stars: 188
forks: 24
install: "npx degit https://github.com/sd0xdev/sd0x-harness/tree/main/skills/codex-review ~/.claude/skills/codex-review"
installs_to: ~/.claude/skills/codex-review
source_path: skills/codex-review/SKILL.md
collection_size: 25
category_size: 1745
collection_url: "https://dirskills.com/collections/sd0xdev/sd0x-dev-flow"
added: 2026-09-06T05:19:59.273Z
last_synced: 2026-09-06T05:19:59.273Z
canonical_url: "https://dirskills.com/skills/codex-review-3"
---

# Codex Review

Codex Review routes to a full code review workflow using Codex exec, including lint:fix and build checks. Use it for a second opinion on a diff with context preserved across the review loop.

**Install:**

```bash
npx degit https://github.com/sd0xdev/sd0x-harness/tree/main/skills/codex-review ~/.claude/skills/codex-review
```

## README

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