quality-verify-integration
Installation
SKILL.md
Verify Integration
Purpose
Prevent "done but not integrated" failures where:
- Code exists ✓
- Unit tests pass ✓
- Quality gates pass ✓
- But code is never called at runtime ✗
When to Use
MANDATORY before:
- Moving ADR to
3_completed/ - Marking todo tasks complete for integration work
- Claiming a feature is "done" or "working"
- Creating a PR for integration changes
The CCV Principle
Related skills