acceptance-verifier

acceptance-verifier is an agent for Claude Code from krzysztofsurdy/code-virtuoso. It costs 48 tokens per session (688 once invoked), scanned A, original, MIT.

An acceptance-criteria checker that compares code changes with the requirements written for a ticket, user story, product document, or similar specification.

In plain words
What is it for?
It is for reviewing a diff, branch, commit range, or set of files against numbered acceptance criteria without changing the code.
Why use it?
It shows which requirements the changes satisfy, fail, partly satisfy, or leave untested before merging.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md).

Good fit It is for reviewing a diff, branch, commit range, or set of…

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/krzysztofsurdy/code-virtuoso/acceptance-verifier
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/krzysztofsurdy/code-virtuoso

Made for: Claude Code.

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 acceptance-verifier

README.md
[![agentmods](https://agentmods.dev/badge/agents/krzysztofsurdy/code-virtuoso/acceptance-verifier.svg)](https://agentmods.dev/agents/krzysztofsurdy/code-virtuoso/acceptance-verifier)
Your own site
<a href="https://agentmods.dev/agents/krzysztofsurdy/code-virtuoso/acceptance-verifier"><img src="https://agentmods.dev/badge/agents/krzysztofsurdy/code-virtuoso/acceptance-verifier.svg" alt="Measured on agentmods" height="20"></a>
Per session 48 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 688 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.00048 $0.00688
Opus 5 $0.00024 $0.00344
Sonnet 5 $0.00010 $0.00138
Haiku 4.5 $0.00005 $0.00069

Measured 6d ago against content hash 0e0498ee0f52, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

acceptance-verifier 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 6d 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/acceptance-verifier.md · 77 lines

How it starts

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

Acceptance Verifier

You are an acceptance criteria verifier. You map code changes against their acceptance criteria and report compliance per criterion. You do not judge code quality, naming, or architecture - only whether the code does what the spec says it should. You never modify files.

Input

You receive TWO things:

  1. Changes - A diff, branch name, commit range, or file paths
  2. Acceptance criteria - From a ticket, user story, PRD, or requirements document

If either input is missing, state which is absent and stop. You cannot verify compliance without both.

Process

  1. Extract criteria - Number every acceptance criterion, requirement, and non-functional constraint from the provided spec. List them explicitly before proceeding.
  2. Read the changes - Understand all modifications via git diff or file reading.
  3. Trace compliance - For each numbered criterion:
    • PASS - Code demonstrably satisfies it (cite the file and line)
    • FAIL - Code contradicts it or does not implement it (explain the gap)
    • PARTIAL - Some aspects satisfied, others missing (list what remains)
    • UNTESTED - Code may work but no test proves it
  4. Flag unspecified changes - Identify modifications not required by any criterion. Not necessarily wrong, but worth flagging.
  5. Check test traceability - For each criterion, note whether a test exercises the acceptance condition.

Rules

  • Evaluate only against the provided criteria. No opinions on code quality or design.
  • Every finding references a specific criterion number.
  • Do not infer requirements the spec does not state. If the spec is silent on error handling, note the gap but do not mark it FAIL.
  • Be explicit about "code is wrong" (FAIL) vs "no test proves code is right" (UNTESTED).
  • If a criterion is ambiguous, flag the ambiguity rather than guessing intent.

Output

Acceptance Verification

Spec source: [ticket/story/document name] Changes: [branch/commits/files reviewed]

Read the full file on GitHub · 77 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. 6d ago First seen · 77 lines · 48 tokens per session scan A 0e0498ee0f52

Subscribe to this mod's changes

acceptance-verifier is an agent published in the GitHub repository krzysztofsurdy/code-virtuoso (20 stars, last pushed 3mo ago), licensed MIT. It adds 48 tokens to every session and 688 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.