What problem does it solve? After finishing a feature or refactor, it is easy to miss a failing build, type error, or leaked secret before opening a PR. This Skill runs a structured multi-phase verification pass so quality gates are checked consistently before code is submitted. ## Core Features & Use Cases - Six-Phase Verification: Sequentially checks build, TypeScript/Python type errors, lint results, test coverage, secret and console.log scans, and git diff review. - Standardized Report: Produces a PASS/FAIL summary with test counts, coverage percentage, and a READY/NOT READY verdict for PRs. - Continuous Mode: Supports periodic re-verification during long sessions after each function, component, or task. - Use Case: After refactoring a TypeScript module, invoke the skill to confirm the build passes, tests meet the 80% coverage target, and no API keys were accidentally committed before creating the pull request. ## Quick Start Run the verification loop on my current changes and tell me whether the code is ready for a PR.