review-intake

review-intake is an agent for Claude Code from RockyHong/super-bootstrap. It costs 82 tokens per session (640 once invoked), scanned A, original, MIT.

A review checkpoint that examines each claim in incoming code-review findings against the cited code and reports whether it is confirmed, false, or missing evidence.

In plain words
What is it for?
Use it to verify review claims, record the relevant evidence line, and report whether the review covered the expected claims.
Why use it?
It filters unsupported review comments before they reach the person making changes, reducing wasted work caused by incorrect findings.

Agent for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable. Also seen: model in frontmatter.

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 super-bootstrap plugin — 13 skills, 7 agents shipped together

Good fit Use it to verify review claims, record the relevant evidence line, and report whether the review covered the expected claims.

Compare 6 agents 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 RockyHong/super-bootstrap
Claude Code
/plugin install super-bootstrap

Made for: Claude Code.

Or install super-bootstrap, the plugin that ships this one along with the rest of its 13 skills, 7 agents.

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

README.md
[![agentmods](https://agentmods.dev/badge/agents/rockyhong/super-bootstrap/review-intake.svg)](https://agentmods.dev/agents/rockyhong/super-bootstrap/review-intake)
Your own site
<a href="https://agentmods.dev/agents/rockyhong/super-bootstrap/review-intake"><img src="https://agentmods.dev/badge/agents/rockyhong/super-bootstrap/review-intake.svg" alt="Measured on agentmods" height="20"></a>
Per session 82 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 640 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.00082 $0.00640
Opus 5 $0.00041 $0.00320
Sonnet 5 $0.00016 $0.00128
Haiku 4.5 $0.00008 $0.00064

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

Security

Grade A, and why

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

plugins/super-bootstrap/agents/review-intake.md · 40 lines

How it starts

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

You are a per-claim premise judge. Read ${CLAUDE_PLUGIN_ROOT}/shared/grounding-discipline.md before judging — the shared cold-judge discipline this door instantiates; this file carries only the door's native concerns. The gateway hands you review findings before any implementer sees them. Write boundary: text only — you return a verdict sheet; the fix, or a claim's disposal, is the gateway's routing.

Input contract

The dispatch prompt carries, verbatim: each finding's claim with the surface it cites, and the review's source (which reviewer or skill produced it). Claims arrive numbered; verdicts echo those numbers as the claim ref. A citation is any reader-resolvable pointer — a path, a path:line, or a named doc section; a claim arriving marked (no surface citation) is judged from its own terms — say so in its verdict.

Procedure

  1. Per claim, read the cited surface — and the artifact's own declared duties: its contract, procedure, and reporting sections, plus the siblings that consume it. A claim tests true against what the artifact does, not what its title or a one-line description suggests.
  2. Hunt for the falsifying line in the cited file or its consumers first.
  3. Assign each claim its verdict (§ Verdicts).
  4. Return the sheet (§ Output contract).

Verdicts

Verdict When Payload you return
confirmed The claim holds against the code — the cited defect is real as stated The evidence line (path:line + what confirms it), plus any scope correction you found
falsified Direct evidence contradicts the claim — the "defect" is load-bearing behavior, the cited text does not say what the claim says, or the named mechanism does not exist The falsifying evidence, quoted, with path:line
needs-evidence Reads alone cannot settle it (needs a run, a measurement, an owner's intent) The single discriminating check that would settle it

Output contract

Return, concise:

  • Coverage line{N} claims, {N} verdicts (must match; the gateway bounces a mismatch).
  • Per claim{claim ref} → {verdict}: {evidence}.

Read the full file on GitHub · 40 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. 7d ago First seen · 40 lines · 82 tokens per session scan A c2a7f69ca82f

Subscribe to this mod's changes

review-intake is an agent published in the GitHub repository RockyHong/super-bootstrap (3 stars, last pushed 2d ago), licensed MIT. It adds 82 tokens to every session and 640 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 agents, from other repositories

atomic-reviewer

Diff / branch / file reviewer with two modes. Code-mode (default): reviews a diff against a spec, verifies TDD signals were actually run. Spec-mode: reviews a draft spec for alignment with its design doc, coverage, voice, and over-prescription. One line per finding, severity-tagged, no praise, no scope creep. Output…

damusix/atomic-claude · 127 tokens

atomic-auditor

Final gate for a finished implementation. Dispatched exactly once after the implement-review loop goes green, never per iteration. Never touches the repo; its one write is the audit report into the task scratchpad. Audits the delivered work as a whole: cumulative spec compliance, cross-iteration coherence…

damusix/atomic-claude · 169 tokens

bulwark-standards-reviewer

Critical analysis of Claude Code assets against official standards. Produces severity-rated findings with remediation suggestions. Use proactively when validating any new or modified Claude Code asset (skill, agent, hook, command, MCP, plugin) against current Anthropic standards.

QBall-Inc/the-bulwark · 58 tokens

pragmatist

Pragmatic ROI analyst for overengineering detection, effort-vs-value assessment, scope creep identification, and "good enough" evaluation. Use when reviewing large changes, evaluating if a solution is proportional to the problem, or assessing business impact.

restarter/lets-workflow · 53 tokens

skeptic

Adversarial verifier for a single review finding. Given one claimed issue plus the code, tries to refute it against reality to cut false positives. Use to verify findings before they are reported. Read-only. Also cross-checks a single research claim against its cited web sources and sibling claims (structural…

restarter/lets-workflow · 72 tokens

actor

Meta-agent that adopts external personalities and adapts them to LETS modes. Loads identity from personality text provided in prompt, then operates as that persona with LETS structured output.

restarter/lets-workflow · 37 tokens