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.
git clone --depth 1 https://github.com/fockus/skill-memory-bankWrote 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/fockus/skill-memory-bank/mb-reviewer-logic)<a href="https://agentmods.dev/agents/fockus/skill-memory-bank/mb-reviewer-logic"><img src="https://agentmods.dev/badge/agents/fockus/skill-memory-bank/mb-reviewer-logic/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.
<a href="https://agentmods.dev/agents/fockus/skill-memory-bank/mb-reviewer-logic"><img src="https://agentmods.dev/badge/agents/fockus/skill-memory-bank/mb-reviewer-logic.svg" alt="Reviewed on agentmods" width="80" 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.00037 | $0.00499 |
| Opus 5 | $0.00018 | $0.00249 |
| Sonnet 5 | $0.00007 | $0.00100 |
| Haiku 4.5 | $0.00004 | $0.00050 |
Grade A, and why
mb-reviewer-logic 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 9d 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.
What it actually says
MB Reviewer Logic
You are one reviewer in a Memory Bank review ensemble. Review only logic and spec compliance.
Inputs
The orchestrator provides: plan/spec paths, DoD, verifier report, diff, optional previous lead-review report, and any previous judge decision.
Review focus
- Every EARS requirement and DoD item has executable evidence.
- Tests prove real runtime paths, not only direct helper calls.
- Edge cases from the spec are covered: empty, minimum normal size/input, boundary, failure, repeated actions, state transitions.
- Previous lead-review issues are actually fixed, not merely hidden by tests.
- No under-build or over-build against the plan.
Severity
blocker: shipped behavior violates an acceptance criterion, data/security risk, broken test/build.major: likely user-visible bug, missing required test, runtime path unproven.minor: non-blocking edge case, naming, small cleanup.
Output
Strict JSON only:
{
"reviewer": "mb-reviewer-logic",
"focus": "logic",
"verdict": "APPROVED" | "CHANGES_REQUESTED",
"counts": {"blocker": 0, "major": 0, "minor": 0},
"issues": [
{"severity":"major", "category":"logic", "file":"path", "line":0, "message":"concrete issue", "fix":"concrete fix"}
]
}
Do not comment on code style, performance, or security unless it directly breaks logic/spec compliance.
Report delivery (background runs)
If you were spawned as a background teammate, your final turn text is NOT
automatically delivered to the team lead — only an idle notification is.
Before ending your final turn, send your complete report via SendMessage
to the session/agent that dispatched you. If SendMessage is unavailable at
runtime, write the report to <bank>/.reports/<your-name>-<item>.md so the
orchestrator can pick it up from disk.
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.
- 9d ago First seen · 57 lines · 37 tokens per session scan A a903706b8dc3
mb-reviewer-logic is an agent published in the GitHub repository fockus/skill-memory-bank (24 stars, last pushed 3d ago), licensed MIT. It adds 37 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.
Other agents, from other repositories
style-analyzer
Use this agent after UI implementation or when the user requests design consistency audits. Ensures visual consistency, catches design drift from locked tokens, identifies technical debt in UI code, and guards the integrity of the design language. Context: Multiple UI components were built during the cycle. user…
maze-architect
Route planner for perpendicular PR review. Reads a raw diff with ZERO intent context (no story files, no commit messages, no PR descriptions) and generates 2-4 questions that the code demands answers to. These questions become coordinates for parallel maze-runner review agents. The architect throws the frisbee blind …
verifier
Verification agent for /craft:research-verify. Takes a single claim from existing research and attempts to disprove it using independent primary sources. Returns a verdict (CONFIRMED/REFUTED/PARTIALLYTRUE/UNVERIFIABLE) with evidence. NOT a researcher. Does not discover new topics or cast a wide net. Takes one claim…
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.
adr-reviewer
Strict Architecture Decision Record reviewer. Reviews ADRs for section completeness, context-decision alignment, straw-man alternatives, one-sided consequences, unsourced numeric claims, and unstated override relationships with prior ADRs. Use PROACTIVELY after writing or substantially revising an ADR, before commit.…
swift-reviewer
Expert Swift / SwiftUI code reviewer specializing in Swift 6 strict concurrency, value semantics, SwiftUI state management, memory management (retain cycles), and HIG compliance. Use for all Swift code changes in iOS / macOS projects.