verification-loop
Installation
SKILL.md
Verification Loop Skill
A comprehensive verification system for Claude Code sessions.
When to Use
Invoke this skill:
- After completing a feature or significant code change
- Before creating a PR
- When you want to ensure quality gates pass
- After refactoring
- When CI is failing and the root cause spans multiple quality dimensions (build, types, lint, tests)
- Before a release to confirm no secrets, stray
console.logcalls, or unintended file changes are present - After a merge conflict resolution to verify that the build and test suite are still green