sk Skill · affaan-m
verification-loop
A comprehensive verification system for Claude Code sessions. Use when verifying a Claude Code session's work before claiming it is complete.
Open on skills.sh ↗read 2026-09-15
- installs 8w
- 1,689
- 30-day movement
- starts with the next reading
- Related entries
- 15
- Connections
- 0
markdownbashJavaScript
verification-loop is an agent skill (SKILL.md) that walks Claude Code through a six-phase verification of its own work: build, type check, lint, test suite, security scan, and diff review, ending in a verification report. It also defines continuous mode for long sessions and positions itself as a complement to PostToolUse hooks.
Reach for it when you want an agent to run structured quality gates before it declares a feature or refactor complete.
Use it to
- Verify work after completing a feature or significant change
- Run all quality gates before creating a PR
- Check a refactoring for unintended changes and edge cases
- Periodically re-verify during long sessions in continuous mode
For Developers using Claude Code who want pre-completion verification
- Host repository
- affaan-m/ECC
- Installs, lifetime
- 3,100
- Installs, 8 weeks
- 1,689
- Licence
- MIT
- Host stars
- 259k
- Host language
- JavaScript
topicsverificationclaude-codeagent-skillquality-gatestesting