route-codex-review

route-codex-review is a skill for Claude Code, Codex from ZachArticulateV/designer-pro-and-seo. It costs 93 tokens per session (699 once invoked), scanned A, original, MIT.

A routing tool that sends code, content, or plans to Codex for an independent review before delivery.

In plain words
What is it for?
Use it to request a second opinion on substantial work or to check correctness, security, completeness, and test coverage.
Why use it?
A separate review can uncover bugs, security risks, missing tests, edge cases, or unclear logic that the original author overlooked.

Skill for Claude CodeCodex

Written for Claude Code and Codex: shipped in a Claude Code plugin, but also runs codex exec. Also seen: mentions Codex.

Part of the designer-pro-and-seo plugin — 41 skills, 14 agents, 1 MCP server shipped together

Good fit Use it to request a second opinion on substantial work or to check correctness, security, completeness, and test coverage.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/zacharticulatev/designer-pro-and-seo/route-codex-review
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.

Any agent
npx skills add ZachArticulateV/designer-pro-and-seo --skill route-codex-review
Clone the repo
git clone --depth 1 https://github.com/ZachArticulateV/designer-pro-and-seo

Made for: Claude Code, Codex.

Or install designer-pro-and-seo, the plugin that ships this one along with the rest of its 41 skills, 14 agents, 1 MCP server.

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 route-codex-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/zacharticulatev/designer-pro-and-seo/route-codex-review/github.svg)](https://agentmods.dev/skills/zacharticulatev/designer-pro-and-seo/route-codex-review)
Your own site
<a href="https://agentmods.dev/skills/zacharticulatev/designer-pro-and-seo/route-codex-review"><img src="https://agentmods.dev/badge/skills/zacharticulatev/designer-pro-and-seo/route-codex-review/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for route-codex-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/zacharticulatev/designer-pro-and-seo/route-codex-review"><img src="https://agentmods.dev/badge/skills/zacharticulatev/designer-pro-and-seo/route-codex-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 93 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 699 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00093 $0.00699
Opus 5 $0.00046 $0.00349
Sonnet 5 $0.00019 $0.00140
Haiku 4.5 $0.00009 $0.00070

Measured 12d ago against content hash a36bfff63053, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

route-codex-review 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 12d ago.

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/route-codex-review/SKILL.md · 65 lines

How it starts

The opening of the file, as written. The whole thing — 65 lines — stays where its author put it; the contents beside it link to each section on GitHub.

route-codex-review

Family: routing Status: Stable

Purpose

The execution arm of the no-self-review rule. Hands Claude's output to Codex for an independent, adversarial pass — bugs, security risks, missing edge cases/tests, broken invariants, unclear logic. Mandatory for substantial output heading to a client or production, or whenever the user asks to verify Claude's work.

Triggers

  • "review the code you wrote" / "review what you just did"
  • "check your work" / "look over what you wrote" / "give it a once-over"
  • "second opinion" / "sanity-check what you wrote" / "double-check this"
  • "adversarial review" / "have codex review" / "is this right"

Scoped to Claude's own output. Bare "audit this" / "audit my site" belongs to the SEO/QA families, not here (see references/ENGINE-CONTRACTS.md §3).

Inputs

  • The output to review (diff, files, content, or plan)
  • Review focus (bugs / security / correctness / completeness / all)

Steps

  1. Check Codex is available: codex --version. If absent, tell the user it's off until installed and offer a structured manual review from a different lens (never a same-model self-review).
  2. Bundle the context — the diff or the specific files, plus what was tried and the relevant constraints.
  3. Invoke Codex:
    git diff | codex exec --skip-git-repo-check "Review this diff. Find bugs, security risks, missing tests, edge cases. Be specific and adversarial."
    
    For untracked code, pipe the file(s) instead of git diff. For a harder pass: ...codex exec ... "Adversarial review. Challenge the design. Prove what's broken."
  4. Parse Codex's findings into severity-tagged items (Critical → nits).
  5. Integrate, don't rubber-stamp. For each finding decide fix / defer / dismiss (with a reason). Apply the fixes, then re-verify.

Outputs

  • A severity-tagged findings list from Codex
  • The integrated outcome: what was fixed, deferred, or dismissed (with reasons)

Read the full file on GitHub · 65 lines

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. 12d ago First seen · 65 lines · 93 tokens per session scan A a36bfff63053

Subscribe to this mod's changes

route-codex-review is a skill published in the GitHub repository ZachArticulateV/designer-pro-and-seo (8 stars, last pushed 2mo ago), licensed MIT. It adds 93 tokens to every session and 699 once invoked, about $0.0005 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-31.

Related

Other skills, from other repositories

component-api-validator

Audit component APIs for consistency, breaking changes, TypeScript coverage, and contract compliance across a component library. Trigger when someone says: component prop review, verify component types are exported, component API audit, check our component interfaces, are our props consistent, API consistency check…

murphytrueman/design-system-ops · 83 tokens

wp-audit-standards

Audit criteria, severity definitions, report JSON schema, and quality thresholds for wp-audit agents.

yojahny55/claude-wp-builder · 25 tokens

river-review-frontend

A frontend review skill that checks user-interface changes for accessibility, design-system consistency, styling issues, UI states, and framework boundaries in React and Next.js.

s977043/river-review · 72 tokens

Component Variants / States Documentation コンポーネント状態の文書化

A code review check for new reusable interface components and the variations and states they support, such as hover, focus, disabled, loading, and error states.

s977043/river-review · 75 tokens

Design Source-of-Truth Conformance デザイン定義準拠

A code review check that compares new interface values—such as colors, spacing, font sizes, rounded corners, and shadows—with the project's documented design rules or token files. It only runs when those design definitions exist.

s977043/river-review · 90 tokens

Design System Component Reuse Guard

A code review check that spots new buttons, inputs, modals, cards, and similar interface pieces built from scratch when reusable design-system components already exist. It also suggests importing the existing component.

s977043/river-review · 67 tokens