codex-review-fast

codex-review-fast is a skill for Claude Code, Codex from sd0xdev/sd0x-harness. It costs 27 tokens per session (318 once invoked), scanned A, original, MIT.

A quick second review of the current code changes, limited to inspecting the diff. It does not run tests, linting, or builds.

In plain words
What is it for?
Reviewing a code diff before merging, especially when the request is for a quick, fast, or diff-only review.
Why use it?
It provides a fast check for issues in a change when there is no need for a full review workflow.

Skill for Claude CodeCodex

Written for Claude Code and Codex: allowed-tools in frontmatter, but also runs codex exec. Also seen: mentions Codex.

Part of the sd0x-dev-flow plugin — 98 skills, 16 agents, 5 hooks shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/sd0xdev/sd0x-harness/codex-review-fast
Any agent
npx skills add sd0xdev/sd0x-harness --skill codex-review-fast
Clone the repo
git clone --depth 1 https://github.com/sd0xdev/sd0x-harness

Made for: Claude Code, Codex.

Or install sd0x-dev-flow, the plugin that ships this one along with the rest of its 98 skills, 16 agents, 5 hooks.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for codex-review-fast

README.md
[![agentmods](https://agentmods.dev/badge/skills/sd0xdev/sd0x-harness/codex-review-fast.svg)](https://agentmods.dev/skills/sd0xdev/sd0x-harness/codex-review-fast)
Your own site
<a href="https://agentmods.dev/skills/sd0xdev/sd0x-harness/codex-review-fast"><img src="https://agentmods.dev/badge/skills/sd0xdev/sd0x-harness/codex-review-fast.svg" alt="Measured on agentmods" height="20"></a>
Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 318 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00027 $0.00318
Opus 5 $0.00014 $0.00159
Sonnet 5 $0.00005 $0.00064
Haiku 4.5 $0.00003 $0.00032

Measured today against content hash 3ef4e7837710, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

codex-review-fast scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/codex-review-fast/SKILL.md · 37 lines

What it actually says

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)
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. today Changed 3ef4e7837710
  2. yesterday Changed 2ae590c276f1
  3. 6d ago First seen · 37 lines · 27 tokens per session scan A f2d613d647a3

Subscribe to this mod's changes

codex-review-fast is a skill published in the GitHub repository sd0xdev/sd0x-harness (188 stars, last pushed today), licensed MIT. It adds 27 tokens to every session and 318 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.