The Verification Before Completion skill implements a rigorous gatekeeping mechanism designed to eliminate false success claims and unverified assumptions in the development process. By mandating a systematic five-step protocol—Identify, Execute, Read, Verify, and Claim—it ensures that every status update, commit, or pull request is backed by fresh, tangible evidence. This skill is essential for maintaining high code quality and team trust, as it prevents common pitfalls like relying on 'it should work' logic, ignoring partial test failures, or blindly trusting agent reports without independent validation.
주요 기능
01Mandatory evidence-first verification protocol
02Automated gatekeeping for PRs and status claims
03Strict red-green cycle enforcement for regression tests
042 GitHub stars
05Prevention of 'should' or 'maybe' language in completion reports
06Independent verification of delegated agent tasks