review-by-opp:help

review-by-opp:help is a skill for Claude Code from akshan-main/review-by-opp. It costs 26 tokens per session (865 once invoked), scanned A, original, MIT.

A command for learning what the review-by-opp plugin does and how to use its available commands. The plugin pairs Claude, which builds code, with Codex, which independently reviews it.

In plain words
What is it for?
Use it to understand the plugin, its review workflow, its commands, and its requirements before starting or continuing a review.
Why use it?
It gives users the operating rules for the review process, including how the issue ledger and completion check work. This helps avoid using the commands in the wrong order.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions Claude Code; mentions Codex.

Part of the review-by-opp plugin — 7 skills, 1 hook shipped together

Good fit Use it to understand the plugin, its review workflow, its commands, and its requirements before starting or continuing a review.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/akshan-main/review-by-opp/help
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 akshan-main/review-by-opp --skill help
Clone the repo
git clone --depth 1 https://github.com/akshan-main/review-by-opp

Made for: Claude Code.

Or install review-by-opp, the plugin that ships this one along with the rest of its 7 skills, 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-by-opp:help

README.md
[![agentmods](https://agentmods.dev/badge/skills/akshan-main/review-by-opp/help/github.svg)](https://agentmods.dev/skills/akshan-main/review-by-opp/help)
Your own site
<a href="https://agentmods.dev/skills/akshan-main/review-by-opp/help"><img src="https://agentmods.dev/badge/skills/akshan-main/review-by-opp/help/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-by-opp:help

Your own site · 80×15
<a href="https://agentmods.dev/skills/akshan-main/review-by-opp/help"><img src="https://agentmods.dev/badge/skills/akshan-main/review-by-opp/help.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 865 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.00865
Opus 5 $0.00013 $0.00432
Sonnet 5 $0.00005 $0.00173
Haiku 4.5 $0.00003 $0.00086

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

Security

Grade A, and why

review-by-opp:help 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 9d 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/help/SKILL.md · 83 lines

How it starts

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

review-by-opp Help

You are answering questions about the review-by-opp Claude Code plugin.

What is review-by-opp?

A Claude Code plugin that pairs Claude (builder) with OpenAI Codex CLI (independent auditor). It keeps a strict issue ledger so Claude cannot claim "all fixed" until every Codex review finding is actually closed.

Why does this exist?

AI coding agents (Claude, Codex, etc.) have a problem: they mark their own homework. When Claude says "all issues fixed", there's no independent verification. You're trusting the builder to also be the auditor.

review-by-opp fixes this by enforcing separation of concerns:

  • Claude builds - writes code, fixes bugs, implements features
  • Codex audits - independently reviews Claude's work, finds issues Claude missed
  • The ledger enforces - a deterministic stop gate prevents Claude from claiming completion until every finding is actually resolved

This creates an adversarial review loop where two different AI models hold each other accountable, with a mechanical gate that can't be talked past.

  • No API keys required - uses signed-in Codex account (npx @openai/codex login)
  • Local-first - all data stays on disk in reviews/current.json
  • Deterministic stop gate - a shell hook blocks Claude from stopping if blocking findings remain

Available Commands

Command What it does
/review-by-opp:start Initialize a new review session. Checks git, Codex, and config.
/review-by-opp:review Run Codex audit on your code. Parses findings into the ledger.
/review-by-opp:fix Address findings one by one. Each fix requires an explicit resolution.
/review-by-opp:status Show session status - open findings, rounds, agent config.
/review-by-opp:resume Resume an existing session from reviews/current.json.
/review-by-opp:finalize Run exit gate. Blocks if findings remain. Emits final verdict.
/review-by-opp:help This help page.

Read the full file on GitHub · 83 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. 9d ago First seen · 83 lines · 26 tokens per session scan A cc057cc3af7f

Subscribe to this mod's changes

review-by-opp:help is a skill published in the GitHub repository akshan-main/review-by-opp (6 stars, last pushed 5mo ago), licensed MIT. It adds 26 tokens to every session and 865 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.