Verify build quality before shipping
verification-loopskillsetup L3★0
Sheshiyer/skill-clusters ↗What it does
Run 6-phase code quality gates
Best for
Confirm quality gates still pass after refactoring before opening a PR
Inputs
- · working directory with build config
Outputs
- · verification report: build/type/lint/test/security/diff status
Requires
- · npm
- · tsc
- · pytest
- · grep
Preconditions
Project has build, test, lint scripts configured
Failure modes
- · Stops at phase 1 if build fails
- · Type errors reported but non-blocking if critical ones fixed
Trust signals
- · 6-phase waterfall ensures build-first ordering
- · Security scan catches console.log leaks