The Verification Before Completion skill implements a strict 'Iron Law' for software development, requiring fresh, verifiable evidence such as test logs, build results, or linter outputs before allowing any success claims. It functions as a cognitive gate that prevents premature completions, unverified assumptions, and 'hallucinated' successes. By mandating a structured workflow—Identify, Run, Read, and Verify—it ensures that all code changes are functionally sound and meet requirements before they are committed or merged, building a foundation of high reliability and trust between the AI and human developer.
主要功能
01Pre-completion verification gate function
02Line-by-line requirement checklist verification
03Prevention of vague language like 'should' or 'probably'
04Mandatory evidence-based reporting workflow
051 GitHub stars
06Support for TDD red-green cycle validation