---
name: Codex Review Fast
slug: codex-review-fast-2
category: Quality
description: Codex Review Fast gives a quick second-opinion review of a diff using Codex exec without running tests. Use it for lightweight review loops that preserve context and skip lint or build checks.
github: "https://github.com/sd0xdev/sd0x-harness/tree/main/skills/codex-review-fast"
language: JavaScript
stars: 188
forks: 24
install: "npx degit https://github.com/sd0xdev/sd0x-harness/tree/main/skills/codex-review-fast ~/.claude/skills/codex-review-fast"
installs_to: ~/.claude/skills/codex-review-fast
source_path: skills/codex-review-fast/SKILL.md
collection_size: 25
category_size: 1745
collection_url: "https://dirskills.com/collections/sd0xdev/sd0x-harness"
added: 2026-09-06T05:20:14.410Z
last_synced: 2026-09-06T05:20:14.410Z
canonical_url: "https://dirskills.com/skills/codex-review-fast-2"
---

# Codex Review Fast

Codex Review Fast gives a quick second-opinion review of a diff using Codex exec without running tests. Use it for lightweight review loops that preserve context and skip lint or build checks.

**Install:**

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

## README

# Codex Review Fast

Thin entry-point skill — routes to the parent skill for full workflow.

## Parent Skill

This is the **Fast** 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 only |
| Pre-checks | None (no lint/build) |
| Prompt template | `@skills/codex-code-review/references/codex-prompt-fast.md` |
| Reviewers | Codex alone — no `--dual`, no secondary. For two reviewers use `/codex-review-branch --dual` |
| Tier | Inherits the session tier (`standard` by default). Findings below the tier's blocking severity are logged `[NIT_DEFERRED]`, not fixed |

## Trigger

- Keywords: quick review, fast review, diff review, codex-review-fast

## When NOT to Use

- Full review with lint + build (use `/codex-review`)
- Branch-level review (use `/codex-review-branch`)
- Document review (use `/codex-review-doc`)
- Security audit (use `/codex-security`)
