verification-loop

A comprehensive verification system for Claude Code sessions. Use when verifying a Claude Code session's work before claiming it is complete.

By affaan-m · 3,087 installs

npx skills add affaan-m/ecc --skill verification-loop

Source repository · Upstream listing

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 Verification Phases Phase 1: Build Verification If build fails, STOP and fix before continuing. Phase 2: Type Check Report all type errors. Fix critical ones before continuing. Phase 3: Lint Check Phase 4: Test Suite Report: Total tests: X Passed: X Failed: X Coverage: X% Phase 5: Security Scan Phase 6: Diff Review Review each changed file for: Unintended changes Missing error handling Potential edge cases Output Format After running all phases, produce a verification report: Continuous Mode For long sessions, run verification every 15 minutes or after major changes: Integration with Hooks This skill complements PostToolUse hooks but provides deeper verification. Hooks catch issues immediately; this skill provides comprehensive review.