verify

verify is a command for Claude Code from loschenbd/claude-agent-boilerplate. It costs 0 tokens per session (487 once invoked), scanned A, original, MIT.

A command for running a project's checks after an implementation, such as type checks, linting, formatting, building, and tests.

In plain words
What is it for?
Use it to find the project's verification commands, run them in order, report results, and route failures to the responsible team.
Why use it?
It confirms whether a change works and identifies which check failed before the work is declared finished.

Command for Claude Code

Written for Claude Code: installed under .claude/. Also seen: reads .claude/ paths; mentions CLAUDE.md; mentions Claude Code.

Good fit Use it to find the project's verification commands, run them in order, report results, and route failures to the responsible team.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/loschenbd/claude-agent-boilerplate/verify
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/loschenbd/claude-agent-boilerplate

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 verify

README.md
[![agentmods](https://agentmods.dev/badge/commands/loschenbd/claude-agent-boilerplate/verify/github.svg)](https://agentmods.dev/commands/loschenbd/claude-agent-boilerplate/verify)
Your own site
<a href="https://agentmods.dev/commands/loschenbd/claude-agent-boilerplate/verify"><img src="https://agentmods.dev/badge/commands/loschenbd/claude-agent-boilerplate/verify/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 verify

Your own site · 80×15
<a href="https://agentmods.dev/commands/loschenbd/claude-agent-boilerplate/verify"><img src="https://agentmods.dev/badge/commands/loschenbd/claude-agent-boilerplate/verify.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 487 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.00000 $0.00487
Opus 5 $0.00000 $0.00244
Sonnet 5 $0.00000 $0.00097
Haiku 4.5 $0.00000 $0.00049

Measured 5d ago against content hash 166509321e5d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

verify 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 5d 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.

.claude/commands/verify.md · 38 lines

What it actually says

Run verification checks after an implementation to confirm a change works.

Instructions

This is the optional V-phase of QRSPI — verification after implementation, before declaring a task done.

  1. Identify project-appropriate verification commands. Check in this order:
    • CLAUDE.md for an explicit verification section
    • .claude/agents/registry.md "Test policy" / quality conventions
    • package.json scripts (look for: typecheck, lint, build, format:check, test)
    • Cargo.toml, pyproject.toml, go.mod, etc. for non-JS projects
  2. Run the relevant commands sequentially via Bash. Stop on first failure for fast feedback.
  3. For each check, report:
    • Command run
    • Pass / fail
    • Key output (file:line for failures, last 10 lines on errors)
  4. If all checks pass, summarize and recommend committing.
  5. If any fail, identify which specialist or manager owns the fix and recommend routing it back through the relevant team.

Default check order

  • Type safety: tsc --noEmit or the project's typecheck script
  • Lint: project's lint script (eslint, ruff, golangci-lint, etc.)
  • Format: Prettier / formatter check (if configured to gate)
  • Build: project's build script
  • Tests: only run if the project has them. Many projects (per their CLAUDE.md / registry) skip automated tests.

Skip steps that don't apply (no TypeScript → skip typecheck).

Rules

  • Don't fix anything. Verification is read-only — report failures, don't auto-fix.
  • Be concise. Pass/fail summary plus failure details is enough; don't dump entire command output.
  • Don't run a test suite the project says doesn't exist. Respect the registry's test policy.
  • Surface flaky vs. real failures. If a check is known to flake (per CLAUDE.md), say so.
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. 5d ago First seen · 38 lines · 0 tokens per session scan A 166509321e5d

Subscribe to this mod's changes

verify is a command published in the GitHub repository loschenbd/claude-agent-boilerplate (2 stars, last pushed 4mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 487 tokens. 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-09-04.