Верификация кода перед релизом

★ 8.5 · testing

verify is a Claude Code skill that turns vague "it should work" claims into concrete evidence by running checks before declaring any change complete. It follows a four-level verification order: existing tests first, then typecheck and build, then narrow direct command checks, and finally manual or interactive validation with observable evidence collected. The skill reports only what was actually verified — listing what passed, what failed, and what remains unverified — without bluffing when no realistic verification path exists. It suits developers who need reliable confirmation that a feature, fix, or refactor truly works before a release or code review.