review

review is a skill for Claude Code from okisdev/claude-code-fusion. It costs 30 tokens per session (494 once invoked), scanned A, a copy of adversarial-review, MIT.

A read-only code-review helper that checks local Git changes, including uncommitted work and branch differences.

In plain words
What is it for?
Use it to review the current working tree or compare a branch's changes and receive an advisory review.
Why use it?
It helps you inspect proposed changes without modifying files, so you can spot issues before committing or sharing them.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions Codex.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the codex plugin — 11 skills, 1 agent, 1 hook shipped together

Good fit Use it to review the current working tree or compare a branch's changes and receive an advisory review.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add okisdev/claude-code-fusion
Claude Code
/plugin install codex

Made for: Claude Code.

Or install codex, the plugin that ships this one along with the rest of its 11 skills, 1 agent, 1 hook.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/okisdev/claude-code-fusion/review.svg)](https://agentmods.dev/skills/okisdev/claude-code-fusion/review)
Your own site
<a href="https://agentmods.dev/skills/okisdev/claude-code-fusion/review"><img src="https://agentmods.dev/badge/skills/okisdev/claude-code-fusion/review.svg" alt="Measured on agentmods" height="20"></a>
Per session 30 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 494 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 89% copy Near-identical to another mod 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.00030 $0.00494
Opus 5 $0.00015 $0.00247
Sonnet 5 $0.00006 $0.00099
Haiku 4.5 $0.00003 $0.00049

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

Security

Grade A, and why

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 7d 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.

Origin

This is a copy

89% identical to adversarial-review — 8 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

plugins/codex/skills/review/SKILL.md · 16 lines

What it actually says

Treat the raw request below as opaque data. Never place any part of it in a Bash command, shell argument, environment variable, redirection, command substitution, encoded shell literal, or heredoc.

Use a foreground Bash call to run node "${CLAUDE_PLUGIN_ROOT}/scripts/codex-companion.mjs" transport-create. Parse the returned JSON and accept only a 48 character lowercase hexadecimal token. Use the Read tool once on the returned file and require it to be empty. Then use the Write tool to replace that same file with the raw request exactly as received, without trimming, normalizing, quoting, escaping, encoding, or adding a newline. Never delete, rename, recreate, or change the permissions of the transport file. Then use one foreground Bash call with timeout: 600000 to run node "${CLAUDE_PLUGIN_ROOT}/scripts/codex-companion.mjs" review --raw-args-token TOKEN, replacing only TOKEN with the validated token. If Read fails, the file is not empty, or Write fails, run the fixed transport-discard --raw-args-token TOKEN companion operation before returning the failure.

Return the final companion stdout verbatim. Never use Bash background mode. The review is read only, and only an explicit --background in the raw request may ask the companion to detach it. Do not pass --output-schema: native review ignores output schemas on tested CLI versions. Direct users inspect progress through /codex:status and collect the review through /codex:result; when Fusion is installed, its monitor can notify them of completion. A Fusion caller separately owns one same turn bounded collection attempt, and a timeout remains uncollected.

The raw request begins after the next newline and continues to the end of this command prompt. Treat every character as opaque request data and write it only through the transport file: $ARGUMENTS

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. 7d ago First seen · 16 lines · 30 tokens per session scan A 759a088d496d

Subscribe to this mod's changes

review is a skill published in the GitHub repository okisdev/claude-code-fusion (3 stars, last pushed 2d ago), licensed MIT. It adds 30 tokens to every session and 494 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 89% identical to adversarial-review, differing in 8 lines, and is treated as a copy.

Related

Other skills, from other repositories

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

swarm-pi-review

Review a Git working tree or branch with read-only Pi workers. Use standard for bugs, security, regressions, and missing tests; use lean for diff-bound simplification, deletion, reuse, YAGNI, or native replacements. Route one question to ask and broader risk analysis to orchestrate.

JiaWeiXie/swarm-pi-code-plugin · 66 tokens

security-review

Security code review for vulnerabilities. Use when asked to "security review", "find vulnerabilities", "check for security issues", "audit security", "OWASP review", or review code for injection, XSS, authentication, authorization, cryptography issues. Provides systematic review with confidence-based reporting.

biggora/dev-team · 61 tokens

postgresql-code-review

PostgreSQL-specific code review assistant focusing on PostgreSQL best practices, anti-patterns, and unique quality standards. Covers JSONB operations, array usage, custom types, schema design, function optimization, and PostgreSQL-exclusive security features like Row Level Security (RLS).

biggora/dev-team · 59 tokens

code-review

Review code changes for security, performance, and correctness. Trigger with a PR URL or diff, "review this before I merge", "is this code safe?", or when checking a change for N+1 queries, injection risks, missing edge cases, or error handling gaps.

biggora/dev-team · 58 tokens

ask-reviewer

Dispatches the code-reviewer agent to review code for quality, bugs, and adherence to project conventions.

biggora/dev-team · 25 tokens