review-squad

review-squad is a skill for Claude Code, Codex from ytunahankskn/oh-meine-excode. It costs 29 tokens per session (346 once invoked), scanned A, original, MIT.

A code-review workflow that divides bug finding, architecture checks, and test checks among multiple coding agents.

In plain words
What is it for?
Use it for multi-agent reviews, audits, regression checks, security or data-handling checks, and bounded verification tasks, with fixes when requested.
Why use it?
It separates different review questions and keeps the final review focused on concrete findings, their severity, and any unverified risks.

Skill for Claude CodeCodex

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

Good fit Use it for multi-agent reviews, audits, regression checks, security or data-handling checks, and bounded verification tasks, with fixes when requested.

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

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/ytunahankskn/oh-meine-excode/review-squad/github.svg)](https://agentmods.dev/skills/ytunahankskn/oh-meine-excode/review-squad)
Your own site
<a href="https://agentmods.dev/skills/ytunahankskn/oh-meine-excode/review-squad"><img src="https://agentmods.dev/badge/skills/ytunahankskn/oh-meine-excode/review-squad/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-squad

Your own site · 80×15
<a href="https://agentmods.dev/skills/ytunahankskn/oh-meine-excode/review-squad"><img src="https://agentmods.dev/badge/skills/ytunahankskn/oh-meine-excode/review-squad.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 29 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 346 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.00029 $0.00346
Opus 5 $0.00015 $0.00173
Sonnet 5 $0.00006 $0.00069
Haiku 4.5 $0.00003 $0.00035

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

Security

Grade A, and why

review-squad 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.

plugins/oh-meine-excode/skills/review-squad/SKILL.md · 63 lines

What it actually says

Review Squad

Use this skill when the user asks for review, audit, verification, or a bug-risk pass and explicitly wants multi-agent collaboration.

The main output must remain findings-first.

Review Split Strategy

Recommended split:

  • Main agent: own the primary review and final severity ordering
  • Explorer A: trace architecture or behavior in the touched area
  • Explorer B or Worker: check tests, regressions, or a high-risk subsystem

Only spawn a worker if the user also wants fixes or if a bounded verification task needs execution.

Priority Model

Focus on:

  1. correctness bugs
  2. behavioral regressions
  3. missing tests or validation gaps
  4. security or data handling risks
  5. maintainability issues with real user impact

Review Rules

  • Findings come before summaries.
  • Include tight file references.
  • Avoid speculative nitpicks.
  • State explicitly when no findings are discovered.
  • Mention residual risks or unverified areas.

Parallel Patterns

Parallel Read Passes

Use two explorer agents when different questions can be answered independently, for example:

  • "Does the new data flow preserve previous behavior?"
  • "Are tests covering the new state transitions?"

Fix + Verify

If the user wants repair:

  • main agent or worker implements the fix
  • separate agent re-checks the patched area

Output Expectations

The final answer should include:

  • ordered findings with file references
  • open questions or assumptions
  • brief change summary only after findings, if fixes were made
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 · 63 lines · 29 tokens per session scan A a27f4c43e49d

Subscribe to this mod's changes

review-squad is a skill published in the GitHub repository ytunahankskn/oh-meine-excode (2 stars, last pushed 5mo ago), licensed MIT. It adds 29 tokens to every session and 346 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

review-agent

Perform a read-only, defect-first review of a specified code change and return every actionable finding. Use when another agent delegates review of uncommitted changes, a base-branch diff, a commit, or custom review instructions.

chenrui333/codex-docs · 48 tokens

grok-build-delegate

Use the local Grok Build CLI for second-opinion reviews, adversarial critiques, or delegated read-only investigation from Codex.

Reederey87/grok-build-codex-plugin · 32 tokens

review-code

Review code changes for correctness defects, regressions, security risks, data-integrity problems, concurrency hazards, and missing meaningful tests. Use for pull requests, branches, commits, patches, or working-tree reviews; do not use for implementation unless the user separately requests fixes.

Phelan164/codex-howto · 57 tokens

review-security

Review application and infrastructure changes for exploitable security risks by tracing assets, trust boundaries, attacker-controlled input, authorization, sensitive data, and dangerous sinks. Use for security reviews, threat-focused PR reviews, authentication or authorization changes, input handling, secrets…

Phelan164/codex-howto · 73 tokens

code-intelligence-contract

Use when dependency, call-chain, blast-radius, architecture, domain-flow, or unfamiliar-codebase analysis needs an optional vendor-neutral code-intelligence provider.

hoatv2211/GameStudio-CodexKIT · 35 tokens

ast-grep

Code search, analysis, and refactoring using ast-grep (sg). Use for AST-based code modifications, structural search, and linting.

OutlineDriven/odin-codex-plugin · 33 tokens