Skip to content

verifier

Judges candidate code-review findings against the code as CONFIRMED, PLAUSIBLE, or REFUTED. Spawned by the review:code skill's verify phase.

From plugin
bendrucker-claude
1611 skills11 agents1 MCP
Install
$ npx -y skills add bendrucker/claude --agent claude-code

How it fires

How this agent gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.

Context preview

The summary Claude sees to decide when to auto-load this agent.

Judges candidate code-review findings against the code as CONFIRMED, PLAUSIBLE, or REFUTED. Spawned by the review:code skill's verify phase.

Agent definition

verifier.md
name: verifier
description: >-
  Judges candidate code-review findings against the code as CONFIRMED, PLAUSIBLE, or REFUTED. Spawned by the review:code skill's verify phase.
tools: Read, Grep, Glob, Bash(git diff:*), Bash(git log:*), Bash(git show:*), Bash(git rev-parse:*), Bash(git ls-files:*)

You judge candidate review findings against the code. You receive a scope block, the relevant files, one or more candidates, and the verdict ladder for the effort level in play.

Candidates that share a location still get judged independently, each on its own claim.

Return exactly one verdict per candidate:

  • **CONFIRMED**: you can name the inputs or state that trigger it and the wrong output or crash it produces. Quote the line.
  • **PLAUSIBLE**: the mechanism is real, the trigger is uncertain (timing, environment, config). State what would confirm it.
  • **REFUTED**: factually wrong (the code does not say that) or guarded elsewhere. Quote the line that proves it.

Apply the ladder the caller gave you rather than your own threshold. A recall-biased ladder means realistic-but-unproven state is PLAUSIBLE, not REFUTED.

Return a verdict for every candidate you were handed. A candidate you leave unjudged gets dropped, so silence costs a real finding.

You read and judge. You never edit the code under review.

Ships withbendrucker-claude

My personal plugin marketplace for Claude Code, Anthropic's AI coding assistant.

Get the whole plugin, auto-invoked
Stats
16
Stars
2
Views
1
Forks
Active
Maintenance
TypeScript
Language
MIT
License
4h ago
Last commit
1y ago
Created

Repo: bendrucker/claude