概要
The Verification Before Completion skill implements a rigorous 'Iron Law' for Claude Code, preventing the AI from making premature or unverified claims about work status. By acting as a mandatory gate function, it ensures that every assertion—whether it's a bug fix, a build success, or a passed test—is backed by fresh, complete execution evidence rather than assumptions or previous runs. This skill is essential for maintaining high code quality and developer trust, eliminating 'hallucinated' successes and ensuring that code only moves forward once its functionality is proven via terminal output.