agentsclimarketplace

Verification before completion

Skill henriquescastilho/my-claude/.claude/skills/verification-before-completion

Obrigar verificacao com evidencia antes de declarar trabalho completo. Usar automaticamente antes de commits, PRs, ou qualquer afirmacao de que algo esta pronto.From its SKILL.md

Install
npx -y skills add henriquescastilho/my-claude --skill verification-before-completion

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.3 KB, 336 tokens by cl100k_base, as published. Nobody here has run it

Verificacao Antes de Concluir -- Padrao DME

Nenhuma afirmacao de conclusao sem evidencia fresca.

Regra de ferro

SEM EVIDENCIA = SEM AFIRMACAO DE CONCLUSAO

Se o comando de verificacao nao foi executado NESTA mensagem, nao se pode afirmar que passa.

Antes de declarar qualquer status

  1. IDENTIFICAR: qual comando prova esta afirmacao?
  2. EXECUTAR: rodar o comando completo (fresco, nao cache)
  3. LER: analisar a saida real, nao assumir
  4. SO ENTAO: declarar o status com base na saida

Comandos de verificacao por tipo

AfirmacaoComando obrigatorio
"Build passa"npm run build ou equivalente
"Testes passam"npm test ou pytest
"Lint limpo"npx eslint . ou ruff check .
"Types ok"npx tsc --noEmit
"Deploy pronto"rodar deploy-check
"Bug corrigido"reproduzir o cenario e mostrar que funciona

Proibido

  • "Deve estar funcionando" -- sem evidencia nao conta
  • "Acredito que passa" -- rodar e mostrar
  • "Ja corrigi isso antes" -- rodar de novo agora
  • Citar resultado de uma execucao anterior -- rodar fresco

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,852. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.