Content Preview
--- name: verification-loop description: "A comprehensive verification system for Claude Code sessions." origin: ECC --- # 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 ```bash # Check if project builds npm run build 2>&1
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/verification-loop.md \
https://raw.githubusercontent.com/affaan-m/everything-claude-code/main/.agents/skills/verification-loop/SKILL.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/affaan-m/everything-claude-codeThen reference at .agents/skills/verification-loop/SKILL.md
Related Skills
Verification Before Completion
Run verification commands and confirm output before claiming success
verification-before-completionverification before completion
by Jesse Vincent (community) · obra-superpowers-skills
verification-before-completion
Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always
verification-before-completionverificationbeforecompletion
by Jesse Vincent · obra-superpowers
django-verification
Verification loop for Django projects: migrations, linting, tests with coverage, security scans, and deployment readiness checks before release or PR.
django-verificationdjangoverificationsecurity
by affaan-m · everything-claude-code
springboot-verification
Verification loop for Spring Boot projects: build, static analysis, tests with coverage, security scans, and diff review before release or PR.
springboot-verificationspringbootverificationsecurity
by affaan-m · everything-claude-code