verification-loop

Installation
SKILL.md

Verification Loop

A systematic 6-check verification framework that validates implementation quality across multiple dimensions. This skill provides a structured approach to catching issues early, ensuring code compiles, type-checks, passes linting, runs tests, has no security issues, and contains no unintended changes.

TERMINOLOGY NOTE: This skill uses "Checks" (Check 1-6) for its internal verification stages. Do not confuse these with "Phases" (plan phases) or "Steps" (implement-phase steps).


Design Philosophy

Defense in Depth

Each verification check catches different categories of issues:

Check Catches Why It Matters
Build Syntax errors, missing deps, bundling issues Code must compile to run
Types Type mismatches, null safety, interface violations Type safety prevents runtime errors
Lint Style violations, code smells, potential bugs Consistent, maintainable code
Related skills

More from mhylle/claude-skills-collection

Installs
8
GitHub Stars
13
First Seen
Jan 30, 2026