The Verification Before Completion skill implements a non-negotiable 'Iron Law' for software development, preventing false claims of success by requiring fresh, documented evidence from tests, builds, and linters. It acts as a critical gate function for AI agents, ensuring that every completion claim is backed by actual command outputs rather than assumptions. By mandating a specific workflow—Identify, Run, Read, and Verify—this skill eliminates common pitfalls like 'should pass' logic, ensuring high-integrity contributions to any codebase.
主要功能
01TDD Red-Green cycle verification for robust regression testing
02Comprehensive 'Red Flag' detection to stop premature commits
03Mandatory gate function for all success and completion claims
04Tool-assisted verification using deep-dive symbol analysis
05Automated identification of required proof-of-work commands
060 GitHub stars