Agent Skills: Verification Loop Skill

|

UncategorizedID: WenJunDuan/Rlues/verification-loop

Install this agent skill to your local

pnpm dlx add-skill https://github.com/WenJunDuan/Rlues/tree/HEAD/vibeCoding/old%20version/claude/config-agent_v7.8/.claude/skills/verification-loop

Skill Files

Browse the full folder contents for verification-loop.

Download Skill

Loading file tree…

vibeCoding/old version/claude/config-agent_v7.8/.claude/skills/verification-loop/SKILL.md

Skill Metadata

Name
verification-loop
Description
|

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 any types
  • [ ] Error handling complete

Testing

  • [ ] Unit tests pass
  • [ ] Coverage >= 80%
  • [ ] Integration tests pass

Security

  • [ ] No hardcoded secrets
  • [ ] Input validation present
  • [ ] Dependencies secure

Checkpoint Storage

.ai_state/checkpoints/
├── checkpoint-001-feature.yaml
└── checkpoint-latest.yaml

Integration

Works with:

  • code-quality skill for quality checks
  • cunzhi skill for pause points
  • Git for actual file versioning