verification-loop

Installation
SKILL.md

Verification Loop

A comprehensive verification system for ensuring code quality across multiple dimensions.

When to Use

Invoke this skill:

  • 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 1: Build Verification

# Check if project builds
npm run build 2>&1 | tail -20
Related skills

More from 4444j99/a-i--skills

Installs
3
GitHub Stars
6
First Seen
Mar 9, 2026