AI AGENT ADDONS

A verification loop runs a set of checks after each code change. It helps developers catch problems early. The process includes build, type check, lint, tests, security scan, and diff review.

You can use this loop after finishing a feature or before creating a pull request. Each phase is run with simple commands. If any phase fails, you stop and fix the issue first.

The final report shows pass or fail for every check. It tells you if your code is ready for a pull request. This keeps your work clean and safe.

Add Verification Loop skill to your workflow

Global

mkdir -p ~/.claude/skills/verification-loop

Project

mkdir -p .claude/skills/verification-loop

Source Repository

Stars
222,953
Forks
34,145
Watchers
222,953
License
MIT
Last Push
25 days ago
Created
6 months ago