review

review is a skill for Claude Code from bricerising/enterprise-software-playbook. It costs 77 tokens per session (1,976 once invoked), scanned A, original, Apache-2.0.

A structured way to review code changes by presenting evidence-based findings, responses, rebuttals, and a final decision.

In plain words
What is it for?
Use it for pull requests, commits, or designs when you need findings ranked by severity, tied to specific evidence, and accompanied by fix priorities.
Why use it?
It reduces review noise and makes it clearer which problems are real, disputed, or need fixing before release.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the enterprise-software-playbook plugin — 16 skills shipped together

Good fit Use it for pull requests, commits, or designs when you need findings ranked by severity, tied to specific evidence, and accompanied by fix priorities.

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

Made for: Claude Code.

Or install enterprise-software-playbook, the plugin that ships this one along with the rest of its 16 skills.

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/bricerising/enterprise-software-playbook/review/github.svg)](https://agentmods.dev/skills/bricerising/enterprise-software-playbook/review)
Your own site
<a href="https://agentmods.dev/skills/bricerising/enterprise-software-playbook/review"><img src="https://agentmods.dev/badge/skills/bricerising/enterprise-software-playbook/review/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

Your own site · 80×15
<a href="https://agentmods.dev/skills/bricerising/enterprise-software-playbook/review"><img src="https://agentmods.dev/badge/skills/bricerising/enterprise-software-playbook/review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 77 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,976 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.00077 $0.01976
Opus 5 $0.00039 $0.00988
Sonnet 5 $0.00015 $0.00395
Haiku 4.5 $0.00008 $0.00198

Measured 10d ago against content hash 5dacd97151cb, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, 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 10d 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/SKILL.md · 126 lines

How it starts

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

Review (Protocol)

Overview

Use this skill when you need a repeatable adversarial code review debate that stays grounded in evidence:

  • Attacker produces a small set of provable findings (top 10–12)
  • Defender responds to each finding by ID (accept/dispute/context)
  • Attacker rebuttal closes the loop (concede/maintain/escalate)
  • Moderator/Judge produces the final verdict (confirmed/dismissed/contested + priority)

In a typical PR review:

  • Attacker = reviewer
  • Defender = author
  • Judge/Moderator = final arbiter

Success looks like: findings that a developer can act on immediately (location + evidence + minimal fix direction), with noise pruned.

Inputs / Outputs

Inputs: Diff, PR, or commit range to review; archobs JSON from archobs show all --format json (required for non-tiny changes); review type selection. Outputs: Verdict with CONFIRMED/DISMISSED/CONTESTED findings, fix priorities (P0/P1/P2), systemic risk notes. Consumed by finish for ship-readiness.

Workflow

  1. Confirm parameters
    • Review type (default for PRs): general | security | correctness | performance | maintainability | testing | architecture | resilience | api-design | accessibility
    • Review artifact (preferred): PR link / diff / commit range / file list (vs “entire repo”)
    • Scope boundaries: default to changed code + immediate call-chain context unless user requests a full audit
    • Archobs dependency — For tiny changes (typo, copy, single-file rename), skip archobs and proceed directly to Phase 1. For all other scopes: archobs is required — wait for completion before continuing. Before starting the debate phases, run archobs analysis (see archobs) to generate coupling data, risk hotspots, and boundary health metrics. Reuse .archobs/file_metrics.parquet only when it is newer than the most recent commit (git log -1 --format=%ct) and .archobs/run_manifest.json exists with status equal to complete; otherwise regenerate and wait for the report to finish before proceeding. Then run archobs show all --format json to load the results. Do not start Phase 1 (Critique) until archobs output is available. Use the archobs output to ground findings in measured data — especially for systemic risks, hotspot identification, and prioritization.
    • Which "workers" you can call (other models, other agents, humans), or whether you will role-play the workers yourself.
  2. Create a temporary run directory (scratch)
    • Create a temporary run directory (outside the repo, e.g. mktemp -d).
    • If you run multiple debates in one session, create one subfolder per debate (e.g. debate-01/, debate-02/).
    • Inside each debate folder, save the raw phase outputs as:
      • 1-critique.md (or .txt)
      • 2-defense.md (or .txt)
      • 3-rebuttal.md (or .txt)
      • 4-verdict.md (or .txt)
    • Do not show raw phase artifacts to the user unless they ask; default to a single human-readable report.
  3. Phase 1: Critique (Attacker)
    • Use the base attacker prompt + the type add-on from references/protocol.md.
    • Enforce strict format and cap to ~10–12 findings. If off-format, require a rewrite before continuing.
  4. Phase 2: Defense (Defender)
    • Require exactly one response per Finding ID.
    • For disputes, require file+line evidence.

GATE: Defense (Phase 2) must contain a response for every Finding ID from Phase 1. At least one dispute must include file+line evidence — a defense that accepts every finding without evidence is not adversarial and produces no signal.

Read the full file on GitHub · 126 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 10d ago First seen · 126 lines · 77 tokens per session scan A 5dacd97151cb

Subscribe to this mod's changes

review is a skill published in the GitHub repository bricerising/enterprise-software-playbook (7 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 77 tokens to every session and 1,976 once invoked, about $0.0004 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

quaere-audit

This skill should be used whenever the user asks for a serious security audit, vulnerability review, bug bounty triage, threat-model-driven code review, protocol/spec conformance audit, auth/authz or tenant-isolation review, exploitability analysis, CVE/advisory impact assessment, or security-sensitive PR review when…

haru0416-dev/quaere · 146 tokens

quaere-evidence

This skill should be used whenever the user asks to investigate unclear bugs, defend or reject PR review comments, triage CI failures or flaky tests, review risky/security/database/concurrency/external-API changes or multi-file refactors, or make any claim that needs evidence before patching. It enforces a falsifiable…

haru0416-dev/quaere · 98 tokens

code-review

AI-powered code review and PR analysis. Performs systematic reviews covering security vulnerabilities, code quality, style compliance, architectural integrity, test coverage, and performance considerations. Works with PR diffs, commit ranges, file changes, or raw code snippets. Primary keyword clusters: AI code review…

JPeetz/agent-skills · 137 tokens

gjalla-cleanup-audit

Audit a codebase for dead code, unreachable branches, duplicated logic, and vestigial abstractions, then remove them safely with proof. Use to reduce sprawl, pay down tech debt, or clean up after a feature is retired or migrated.

gjalla/engineering · 57 tokens

gjalla-code-review

Review a code change (diff or PR) for ship-readiness before merge. Use when reviewing your own or someone else's changes prior to committing/merging/etc.

gjalla/engineering · 38 tokens

review-pr

Review a pull request for architecture, correctness, security, and operational readiness.

gruberb/bulletproof-rust-web · 0 tokens