Verification Loop Skill
Systematic verification through checkpoints and quality gates.
Verification Types
| Type | Command | Purpose |
|---|---|---|
| Checkpoint | /checkpoint "name" | Save state for recovery |
| Continuous | /verify --continuous | Ongoing checks |
| Final Gate | /verify --final | Pre-commit verification |
Verification Criteria
Code Quality
- • TypeScript strict mode
- • ESLint/Prettier clean
- • No
anytypes - • Error handling complete
Testing
- • Unit tests pass
- • Coverage >= 80%
- • Integration tests pass
Security
- • No hardcoded secrets
- • Input validation present
- • Dependencies secure
Checkpoint Storage
code
.ai_state/checkpoints/ ├── checkpoint-001-feature.yaml └── checkpoint-latest.yaml
Integration
Works with:
- •
code-qualityskill for quality checks - •
cunzhiskill for pause points - •Git for actual file versioning