Verification Loop A comprehensive verification system for ensuring code quality across multiple dimensions. When to Use Invoke this skill: - At task start — to declare the verification surface before writing code (Phase 0) - After completing a feature or significant code change - Before creating a pull request - When you want to ensure quality gates pass - After refactoring or major modifications - During code review preparation Verification Phases Phase 0: Declare the verification surface (BEFORE any work) Run this before writing code, not after. The other phases ratify finished work; this o…