Test, validate, and verify that code changes produce correct product behavior. Use when the user says 'verify this works', 'test the feature', 'check the output', 'does this actually work', 'validate the behavior', 'smoke test', 'QA this', 'acceptance test', or 'make sure it works end to end'. Also triggers on 'product verification', 'behavior validation', 'functional check', 'integration verifica
O comando exato pode variar conforme o repositório. Confira o README no GitHub.
Para o autor da skill
Cole no README do seu repo
Mostra que sua skill está catalogada na Skillteca, gera backlink e tráfego rastreável.
[](https://www.skillteca.com.br/skills/product-verification?utm_source=badge&utm_medium=readme&utm_campaign=badge)
Receba novas skills de DevOps e Infra toda segunda
1 email curto, só com as skills novas de DevOps e Infra. 4 minutos de leitura, sem spam, cancela com 1 clique.
Você confirma o email no primeiro envio. Sem spam. Cancela com 1 clique.
Product Verification
Code that compiles is not code that works. This skill closes the gap between "it builds" and "it does what users expect." Verification validates user-visible outcomes, not implementation details. A green build badge means nothing if the login button sends users to a 404.
When to Activate
After implementing a feature — before opening a PR, verify the feature does what it claims.
After a bug fix — confirm the fix resolves the reported behavior, not just the
[Description truncada. Veja o README completo no GitHub.]