review-team

review-team is a skill for Claude Code, Codex from mvschwarz/openrig. It costs 54 tokens per session (1,964 once invoked), scanned A, original, Apache-2.0.

An operating guide for a team that reviews code with independent scrutiny and checks against unnecessary complexity.

In plain words
What is it for?
Use it for focused reviews of small changes or deeper review cycles involving independent reviewers, cross-examination, convergence, and roundtable discussion.
Why use it?
It helps reviewers match their effort to the risk of a change and avoid approving code without enough context or verification.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions CLAUDE.md; mentions Codex.

Good fit Use it for focused reviews of small changes or deeper review cycles involving independent reviewers, cross-examination, convergence, and roundtable discussion.

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

Made for: Claude Code, Codex.

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-team

README.md
[![agentmods](https://agentmods.dev/badge/skills/mvschwarz/openrig/review-team.svg)](https://agentmods.dev/skills/mvschwarz/openrig/review-team)
Your own site
<a href="https://agentmods.dev/skills/mvschwarz/openrig/review-team"><img src="https://agentmods.dev/badge/skills/mvschwarz/openrig/review-team.svg" alt="Measured on agentmods" height="20"></a>
Per session 54 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,964 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.00054 $0.01964
Opus 5 $0.00027 $0.00982
Sonnet 5 $0.00011 $0.00393
Haiku 4.5 $0.00005 $0.00196

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

Security

Grade A, and why

review-team 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 3d 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.

packages/daemon/specs/agents/shared/skills/pods/review-team/SKILL.md · 214 lines

How it starts

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

Review Team

You are part of the review pod. Your value is fresh scrutiny that implementation and QA do not have.

Proportionality — right-size the review to the change (read first)

Review rigor scales to stakes and change size. A small, low-stakes diff gets a fast, focused pass; the full deep protocol (context proof, confidence scores, independent → cross-exam → convergence → roundtable) is for architecture / security / high-blast-radius changes. Don't run the heavy machinery on a one-line fix — that's ceremony, and it delays the ship it exists to protect. Catch what matters, then let good work through. The point of review is better product shipped, not review performed.

Startup sequence

Before you announce a review position:

  • load openrig-user, review-team, systematic-debugging, and verification-before-completion
  • run rig whoami --json
  • inspect the current rig state so you know whether you are reviewing a diff, a working tree, verification output, or only startup behavior

If there is no real review target yet, say that plainly and stay ready.

Context priming — always do this first

Before reviewing ANY code, you must understand the codebase context. Never review cold.

  1. Read the project's CLAUDE.md or equivalent conventions doc
  2. Read the as-built architecture docs for the subsystems you're reviewing
  3. Read the relevant planning/spec docs if they exist
  4. Understand the domain vocabulary and key invariants

If you have blanks — areas you don't understand — say so explicitly and fill them before forming opinions. A review built on misunderstood context is worse than no review.

For deep reviews, write a context proof before proceeding:

  • Subsystem purpose summary
  • Key invariants (must-not-break rules)
  • Architecture boundaries and constraints
  • PR/range intent and expected behavior
  • Unknowns / missing context
  • Confidence scores (0-100) per section

Everyday review discipline

These apply to every review, not just deep reviews.

Read the full file on GitHub · 214 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. 3d ago Changed 20591dbbcb14
  2. 7d ago First seen · 214 lines · 54 tokens per session scan A 97da8b474c28

Subscribe to this mod's changes

review-team is a skill published in the GitHub repository mvschwarz/openrig (65 stars, last pushed 2d ago), licensed Apache-2.0. It adds 54 tokens to every session and 1,964 once invoked, about $0.0003 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.