AI AGENT ADDONS

Verification Loop

affaan-m/ecc

After finishing a feature or making a big code change, you need to check your work. This system runs a series of quick checks to make sure everything is solid. It helps you catch problems before you share your code with others.

The system checks that your project builds without errors. It looks for type mistakes, lint issues, and test failures. It also scans for secrets and leftover debug logs. Each step gives a clear pass or fail result.

You get a full report at the end. The report tells you if your code is ready for a pull request. This keeps your code clean and reliable every time.

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