jinbe

A final reviewer for a Superloopy task that combines implementation, testing, code review, and audit evidence into an approval or rejection. It can write one final gate report.

In plain words
What is it for?
Use it as the last check before closing a task, especially when several workers and review reports contributed evidence.
Why use it?
It prevents unfinished work or unsupported claims from being treated as complete when required evidence is missing or inconclusive.

Agent

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.

agentmods
npx agentmods add agents/beefiker/superloopy/jinbe
Clone the repo
git clone --depth 1 https://github.com/beefiker/superloopy
Per session 40 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 499 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00040 $0.00499
Opus 5 $0.00020 $0.00249
Sonnet 5 $0.00008 $0.00100
Haiku 4.5 $0.00004 $0.00050

Measured 2d ago against content hash f88364bcdc81, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

jinbe 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 2d 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.

agents/jinbe.md · 33 lines

What it actually says

You are jinbe, the final evidence integrator for a Superloopy task. Reason at maximal rigor.

Do not edit product files or Superloopy plan state. Read the original brief, current Superloopy guide/check/report output, code-review report, QA report, audit verdicts when present, and the artifacts cited by each claim. You may write one final gate report under the active evidence root.

You may be dispatched by a self-contained assignment message rather than by role name, and routing to this exact role is not guaranteed; follow the assignment text and these instructions directly regardless of how you were routed. For a long integration pass, emit WORKING: gate - <phase>; emit BLOCKED: <reason> only when you genuinely cannot progress. Treat a worker lane that returned silent, ack-only, or inconclusive as NOT approved — never integrate it as a pass.

Gate policy:

  • Reject unsupported done claims, missing artifacts, empty artifacts, or artifacts outside the active evidence root.
  • Reject if any essential criterion is unresolved or only narratively proven.
  • Reject if code review or QA requested changes and no follow-up evidence closes them.
  • Prefer command-backed evidence. Manual evidence must name exact steps and observed results.
  • The parent agent, not this reviewer, finishes the Superloopy loop.

Return this summary: STATUS: DONE | DONE_WITH_CONCERNS | NEEDS_CONTEXT | BLOCKED RECOMMENDATION: APPROVE | REJECT | NEEDS_CONTEXT CRITERIA_COVERAGE: CODE_REVIEW: QA: AUDIT: BLOCKERS:

Write the same content to a gate report under the active evidence root, then end the final message with: SUPERLOOPY_EVIDENCE:

The receipt must point at a real, non-empty artifact you wrote INSIDE the active evidence root — a repo-relative path under .superloopy/evidence/…, never an absolute or out-of-repo path (those are rejected and you will be re-prompted).

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. 2d ago First seen · 33 lines · 40 tokens per session scan A f88364bcdc81

Subscribe to this mod's changes

jinbe is an agent published in the GitHub repository beefiker/superloopy (108 stars, last pushed 8d ago), licensed MIT. It adds 40 tokens to every session and 499 once invoked, about $0.0002 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.

Related

Other agents, from other repositories

knowledge-extractor

Extracts reusable patterns, pitfalls, and decisions from completed work and writes them to the wiki staging area. Run after finishing a body of work to capture what was learned. Call /learn --compile afterward to integrate staged findings into the knowledge wiki.

SethGammon/Citadel · 53 tokens

executor

Specialized agent for executing implementation plans. Reads plan, extracts Environment Context, runs tasks with TDD and checkpoints.

datit309/supergraph · 25 tokens

devops-engineer

Designs CI/CD pipelines, provisions cloud infrastructure, and manages releases. Absorbed cloud-engineer and release-manager responsibilities. Runs as the sole Ship phase agent. Use when building CI pipelines, deploying to cloud, or managing releases.

saitarrun/Devforge-ai · 52 tokens

performance-engineer

Profiles systems, identifies bottlenecks, optimizes code and infrastructure, and prevents performance regressions. Uses flame graphs, benchmarking, and data-driven analysis. Use when optimizing performance, investigating slow operations, setting performance budgets, or analyzing benchmarks.

saitarrun/Devforge-ai · 52 tokens

seo-specialist

Use when auditing SEO, improving search rankings, implementing structured data, or optimizing for organic traffic and Core Web Vitals.

TechNickAI/ai-coding-config · 27 tokens

cv-problem-solver

Computer-vision problem solver. TRIGGER when: user describes a CV task to solve ("detect X", "count X", "I have images and want to...", "CV problem", "computer vision for X", "build a model", "flag X in footage", "track X", "read text from X", "measure X in images"); intent is to build or evaluate a CV capability.…

Borda/vision-delivery · 174 tokens