review-with-codex

review-with-codex is a skill for Claude Code from WebisityStudio/claude-codex-mcp-bridge. It costs 26 tokens per session (173 once invoked), scanned A, original, MIT.

An instruction set for asking Codex to review a repository or a named part of it using read-only evidence. Codex is OpenAI’s coding agent.

In plain words
What is it for?
Use it to request a repository review, verify findings with file and line references, group issues by severity, and decide separately whether to make changes.
Why use it?
It keeps reviews focused on correctness, security, and regressions, and requires reported issues to be checked against the actual files before they are presented.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter. Also seen: mentions Codex.

Good fit Use it to request a repository review, verify findings with file and line references, group issues by severity, and decide separately whether to make changes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/webisitystudio/claude-codex-mcp-bridge/review-with-codex
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 WebisityStudio/claude-codex-mcp-bridge --skill review-with-codex
Clone the repo
git clone --depth 1 https://github.com/WebisityStudio/claude-codex-mcp-bridge

Made for: Claude Code.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/webisitystudio/claude-codex-mcp-bridge/review-with-codex/github.svg)](https://agentmods.dev/skills/webisitystudio/claude-codex-mcp-bridge/review-with-codex)
Your own site
<a href="https://agentmods.dev/skills/webisitystudio/claude-codex-mcp-bridge/review-with-codex"><img src="https://agentmods.dev/badge/skills/webisitystudio/claude-codex-mcp-bridge/review-with-codex/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 review-with-codex

Your own site · 80×15
<a href="https://agentmods.dev/skills/webisitystudio/claude-codex-mcp-bridge/review-with-codex"><img src="https://agentmods.dev/badge/skills/webisitystudio/claude-codex-mcp-bridge/review-with-codex.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 26 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 173 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.00026 $0.00173
Opus 5 $0.00013 $0.00086
Sonnet 5 $0.00005 $0.00035
Haiku 4.5 $0.00003 $0.00017

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

Security

Grade A, and why

review-with-codex 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 8d 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/review-with-codex/SKILL.md · 18 lines

What it actually says

Review with Codex

Use the review_with_codex MCP tool.

  1. Resolve the repository to an absolute path.
  2. Put the user's requested focus in focus. If none was provided, request a general correctness, security and regression review.
  3. Treat the run as read-only. Do not ask Codex to fix findings in the review call.
  4. Verify each reported finding against the local files before presenting it as fact.
  5. Present findings by severity with file and line references. Say directly when there are no substantive findings.
  6. Ask for separate approval before making changes, committing or pushing.
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. 8d ago First seen · 18 lines · 26 tokens per session scan A de608b7ef4b2

Subscribe to this mod's changes

review-with-codex is a skill published in the GitHub repository WebisityStudio/claude-codex-mcp-bridge (1 stars, last pushed 3d ago), licensed MIT. It adds 26 tokens to every session and 173 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-31.

Related

Other skills, from other repositories

fabric-spec

Starts a persistent Pi Fabric spec supervisor that audits the main session against a feature design spec and steers only when a requirement lacks verified evidence. Use for strict, unblocked spec compliance while the main agent keeps full freedom to orchestrate.

monotykamary/pi-fabric · 50 tokens

fabric-advisor

Starts a persistent Pi Fabric peer advisor that reviews the main agent at decision points and surfaces only concrete, material advice. Use for ambient correctness review without another extension.

monotykamary/pi-fabric · 36 tokens

loop-converge

Author and optionally direct-launch a two-node loop-graph run whose North Star is code convergence — delete unused code, merge duplicates, reuse, slim. Use when the user invokes /loop-converge, or asks to loop on dead code, duplication, unused exports, DRY cleanup, or merging twin implementations. Starts the owner…

levi-qiao/longgraph-skill · 110 tokens

incident-review

Summarize an incident with timeline, likely cause, impact, and follow-up actions.

spyrae/kronos-agent-os · 21 tokens

review-team

A multi-reviewer code review process that checks a change from several specialist viewpoints and combines the results into one report. It can cover bugs, security, tests, dependencies, frontend behavior, and continuous-integration workflows.

s977043/river-review · 147 tokens

looper-qa

Use when a Looper-managed GitHub repo needs scheduled pre-merge QA — a PR carries the looper:qa label, the spec stage reaches looper:spec-ready, or the Looper reviewer loop requests an independent second pass. Runs the full QA cycle (Looper state probe → PR checkout → ffs code review → language-specific test suite →…

quangdang46/looper_rust · 125 tokens