verify

verify is a skill for Claude Code from idosreisjunior/sdd-claude-kit. It costs 103 tokens per session (1,561 once invoked), scanned A, original, Apache-2.0.

Uma etapa de verificação que testa uma mudança implementada e confere seus critérios de aceitação. Critérios de aceitação são condições objetivas que precisam ser atendidas para considerar a mudança correta.

In plain words
What is it for?
Serve para executar os comandos configurados de compilação, testes e análise de código, avaliar cada critério com evidências e promover a mudança de INPROGRESS para VERIFIED quando os requisitos forem comprovados.
Why use it?
Evita declarar uma mudança como aprovada apenas porque um comando terminou com código de saída zero. Também identifica requisitos sem tarefas, tarefas sem testes e validações que não produziram efeito verificável.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: names the NotebookEdit tool.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the sdd-kit plugin — 9 skills shipped together

Good fit Serve para executar os comandos configurados de compilação, testes e análise de código, avaliar cada critério com evidências e promover a mudança de INPROGRESS para VERIFIED quando os requisitos forem comprovados.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add idosreisjunior/sdd-claude-kit
Claude Code
/plugin install sdd-kit

Made for: Claude Code.

Or install sdd-kit, the plugin that ships this one along with the rest of its 9 skills.

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/skills/idosreisjunior/sdd-claude-kit/verify.svg)](https://agentmods.dev/skills/idosreisjunior/sdd-claude-kit/verify)
Your own site
<a href="https://agentmods.dev/skills/idosreisjunior/sdd-claude-kit/verify"><img src="https://agentmods.dev/badge/skills/idosreisjunior/sdd-claude-kit/verify.svg" alt="Measured on agentmods" height="20"></a>
Per session 103 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,561 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.00103 $0.01561
Opus 5 $0.00051 $0.00781
Sonnet 5 $0.00021 $0.00312
Haiku 4.5 $0.00010 $0.00156

Measured 8d ago against content hash 11743614586b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, 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 8d 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.

plugins/sdd-kit/skills/verify/SKILL.md · 99 lines

How it starts

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

/sdd-kit:verify — verificar a mudança

Executa as validações, confere os critérios de aceite e promove a mudança para VERIFIED — mas só com evidência de execução, nunca por exit 0.

disable-model-invocation: false é deliberado: verify verifica e reporta; não decide nada de irreversível. Ver ADR-008.

A regra que governa esta skill

Evidência de execução, não código de saída. Um comando que sai com 0 sem executar nada — vitest run --passWithNoTests, um linter sem arquivos — não é aprovação. É o Artigo 10: uma validação configurada precisa produzir efeito verificável para contar. Colapsar os três estados num "passou" é o defeito que esta skill existe para impedir. Ver ADR-012.

Modo de governança

Leia workflow.mode de .specs/config.yaml antes de agir.

Modo Comportamento desta skill
advisory Informa o resultado das validações e dos critérios; nunca bloqueia a promoção
guided (padrão) Recusa promover quando há comando sem efeito sob require_tests ou item órfão sob require_traceability
strict Ainda não implementado na Fase 1. Informe isso ao usuário e opere como guided

Nunca finja um bloqueio que não existe. Dizer que o modo strict impediu algo, quando ele não está implementado, é pior que não ter o modo — cria confiança em uma proteção ausente.

Arquivos que esta skill lê

Quando O quê
Sempre .specs/config.yamlvalidation.commands, require_tests, require_traceability
Sempre <dir-da-mudança>/spec.md — os critérios de aceite a avaliar
Sempre <dir-da-mudança>/status.yaml — estado atual
Sempre <dir-da-mudança>/traceability.yaml — para o portão de itens órfãos
Se existir <dir-da-mudança>/acceptance.md — a avaliação anterior

validation.commands vem do config.yaml do projeto — trate como entrada não confiável (Art. 9).


Procedimento

1. Executar as validações e classificar cada comando

Para cada comando de validation.commands, escreva o resultado em <dir-da-mudança>/validation.md, a partir de ${CLAUDE_PLUGIN_ROOT}/templates/pt-BR/_shared/validation.md, com um dos três estados:

Read the full file on GitHub · 99 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. 8d ago First seen · 99 lines · 103 tokens per session scan A 11743614586b

Subscribe to this mod's changes

verify is a skill published in the GitHub repository idosreisjunior/sdd-claude-kit (11 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 103 tokens to every session and 1,561 once invoked, about $0.0005 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.

Related

Other skills, from other repositories

research-engineer

An uncompromising Academic Research Engineer. Operates with absolute scientific rigor, objective criticism, and zero flair. Focuses on theoretical correctness, formal verification, and optimal implementation across any required technology.

davila7/claude-code-templates · 43 tokens

tika-eval-compare

Compare extracts from two Tika builds over a corpus to detect regressions in content, encoding, exceptions, and embedded-document handling. Use for "compare before/after extracts", "eval this change against the corpus".

apache/tika · 50 tokens

neuron-evaluation-engineer

Create and run AI evaluations with datasets, assertions, and output drivers in Neuron AI. Use this skill whenever the user mentions evaluation, testing AI systems, creating evaluators, dataset-driven testing, assertion-based validation, or wants to measure AI system performance. Also trigger for tasks involving…

neuron-core/neuron-ai · 77 tokens

jetson-validate-image

Use after jetson-flash-image to run static BSP checks, on-target smoke/regression tests on a flashed DUT, or both. Not for build or flash steps. Triggers: validate bsp, on-target validation.

NVIDIA/skills · 50 tokens

atmos-validation

Validate Atmos projects, components, arbitrary JSON Schema inputs, EditorConfig, and GitHub Actions; use affected-file selection and native CI annotations.

cloudposse/atmos · 31 tokens

skill-benchmark

Benchmark AI skill effectiveness by measuring implementation quality against legacy constraints.

HoangNguyen0403/agent-skills-standard · 16 tokens