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
npx -y skills add henriquescastilho/my-claude --skill verification-before-completionAssembled 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
- IDENTIFICAR: qual comando prova esta afirmacao?
- EXECUTAR: rodar o comando completo (fresco, nao cache)
- LER: analisar a saida real, nao assumir
- SO ENTAO: declarar o status com base na saida
Comandos de verificacao por tipo
| Afirmacao | Comando 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.