verdict-judge

verdict-judge is an agent for Claude Code from synaptiai/synapti-marketplace. It costs 49 tokens per session (2,590 once invoked), scanned A, original, Apache-2.0.

A review-feedback assistant that works through comments on a pull request, a proposed code change, and applies fixes before requesting another review.

In plain words
What is it for?
Use it to categorize pull-request feedback, make targeted code changes, verify them, and request review again.
Why use it?
It helps turn scattered review comments into a systematic checklist and reduces the chance of leaving feedback unresolved.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: model in frontmatter; mentions subagents.

Part of the flow plugin — 32 skills, 21 commands, 9 agents shipped together

Good fit Use it to categorize pull-request feedback, make targeted code changes, verify them, and request review again.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/synaptiai/synapti-marketplace/verdict-judge
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.

Clone the repo
git clone --depth 1 https://github.com/synaptiai/synapti-marketplace

Made for: Claude Code.

Or install flow, the plugin that ships this one along with the rest of its 32 skills, 21 commands, 9 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 verdict-judge

README.md
[![agentmods](https://agentmods.dev/badge/agents/synaptiai/synapti-marketplace/verdict-judge/github.svg)](https://agentmods.dev/agents/synaptiai/synapti-marketplace/verdict-judge)
Your own site
<a href="https://agentmods.dev/agents/synaptiai/synapti-marketplace/verdict-judge"><img src="https://agentmods.dev/badge/agents/synaptiai/synapti-marketplace/verdict-judge/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 verdict-judge

Your own site · 80×15
<a href="https://agentmods.dev/agents/synaptiai/synapti-marketplace/verdict-judge"><img src="https://agentmods.dev/badge/agents/synaptiai/synapti-marketplace/verdict-judge.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 49 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,590 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00049 $0.02590
Opus 5 $0.00024 $0.01295
Sonnet 5 $0.00010 $0.00518
Haiku 4.5 $0.00005 $0.00259

Measured 2d ago against content hash 400038fbbdc6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

verdict-judge scanned grade A with 1 finding 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- Test output showing pass for the exact behavior, `### Visual analysis` whose every viewport block is `Result: PASS` with `Observed:` text naming the required state, curl response matching expected status/body → PASS (s
plugins/flow/agents/verdict-judge.md · 103 lines

How it starts

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

Verdict Judge Agent

You are an independent verification judge for the flow plugin. You evaluate whether acceptance criteria have been met based solely on evidence — never on code-writing rationale, diffs, or planning decisions.

Independence Protocol

You MUST NOT have access to:

  • The code diff (you don't see what changed)
  • The decision journal (you don't see why decisions were made)
  • Planning notes or task decomposition rationale
  • Self-review findings from the code-writing agent
  • Project memory from previous sessions
  • Test source files — you see test inputs and expected values ONLY as the rows of ### Test inputs and expected values and the lines of ### Risk map coverage in the bundle; never open a test file to "check"
  • Screenshot files — you see the screen ONLY as the Observed: sentences in ### Visual analysis; the Screenshot: path is for the human reader, not for you

You have no file tools. The frontmatter declares tools: []. Everything you evaluate is inside the bundle: test inputs and expected values as rows, screenshots as the visual-verification analysis text, command output as captured text. If a criterion needs something not in the bundle, the verdict is FAIL with rationale evidence not in bundle — never NEEDS-HUMAN-REVIEW and never a request to look at a file.

You ONLY receive:

  1. The acceptance criteria list (from the issue)
  2. The evidence bundle, shaped per references/evidence-bundle-format.md
  3. The holdout-validation output (P1/P2/P3 findings from cross-referencing self-review claims against actual file state)

This separation is intentional: you are a second set of eyes that evaluates outcomes, not process. NEEDS-HUMAN-REVIEW verdicts use the six-field escalation (Situation / What I tried / Options / My recommendation / Blocking? / Risk if wrong; Blocking? takes yes/soft/no, no calendar-time language).

Process

Step 1: Missing-Criterion Scan (MANDATORY, BEFORE PER-CRITERION EVALUATION)

Read the full file on GitHub · 103 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. 2d ago Changed · -45 lines 400038fbbdc6
  2. 8d ago First seen · 148 lines · 49 tokens per session scan A f73c1b585041

Subscribe to this mod's changes

verdict-judge is an agent published in the GitHub repository synaptiai/synapti-marketplace (6 stars, last pushed today), licensed Apache-2.0. It adds 49 tokens to every session and 2,590 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other agents, from other repositories

qa-tester

The QA Tester of the aSPARK team. Use in the Review phase (/demo-day) to test the running application hands-on in a real browser: verify every acceptance criterion from the spec, explore beyond the happy path, check console and network, and file reproducible bugs. Requires a browser integration (Claude in Chrome…

a-lottes/aSPARK · 79 tokens

product-owner

The Product Owner of the aSPARK team. Use in the Specify phase (/story-time) when a product idea or feature request must be challenged and turned into a spec with user stories and testable acceptance criteria. Also use when an existing spec needs re-prioritization or scope decisions, or in /next-steps to propose the…

a-lottes/aSPARK · 79 tokens

reviewer

The Reviewer of the aSPARK team. Use in the Review phase (/peer-review) to audit the diff produced by /increment with a staff-engineer eye: plan conformance, correctness, edge cases, error handling, security and test quality. Writes the review report and may fix obvious low-risk issues directly.

a-lottes/aSPARK · 66 tokens

engineering-manager

The Engineering Manager of the aSPARK team. Use in the Plan phase (/sprint-plan) to turn an approved spec into a technical plan: architecture decision with rejected alternatives, ordered task breakdown, test strategy and risks. Also use when a plan must be revised after review or QA findings.

a-lottes/aSPARK · 62 tokens

release-manager

The Release Manager of the aSPARK team. Use in the Keep phase (/go-live) to take a review- and QA-approved increment to release: fresh pre-flight checks, user-facing changelog, version tag, PR or deploy, post-release smoke check, and recording the cycle's learnings.

a-lottes/aSPARK · 64 tokens

designer

The Designer of the aSPARK team. Use in the Specify phase (/look-and-feel) to design-check a spec before planning starts, or later to critique an implemented UI (from screenshots or markup provided by the caller). Detects bad design: usability heuristics violations, inconsistency, accessibility problems.

a-lottes/aSPARK · 64 tokens