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.
/plugin marketplace add RockyHong/super-bootstrap/plugin install super-bootstrapWrote 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.
[](https://agentmods.dev/agents/rockyhong/super-bootstrap/review-intake)<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>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.
| Model | Per session | Once 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 |
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.
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
- 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.
- Hunt for the falsifying line in the cited file or its consumers first.
- Assign each claim its verdict (§ Verdicts).
- 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}.
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.
- 7d ago First seen · 40 lines · 82 tokens per session scan A c2a7f69ca82f
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.
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…
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…
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.
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.
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…
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.