What problem does it solve?
This Skill prevents the premature declaration of task completion by enforcing rigorous, fresh verification of code execution and output, ensuring that features truly work as intended before being presented as finished.
Core Features & Use Cases
- Mandatory Fresh Evidence: Guarantees that all claims of completion are backed by recent, independently executed command outputs.
- E2E Verification: Emphasizes the necessity of end-to-end tests for user-facing features, deeming unit tests insufficient on their own.
- Use Case: Before merging a new feature, this Skill ensures that all automated tests pass, the build succeeds, and any user-facing changes are confirmed through end-to-end simulations, preventing the release of untested or partially functional code.
Quick Start
Run the dev-verify skill to confirm that all automated tests pass and the build is successful.