Verification Skill
This skill defines what evidence we expect in PRs to prove changes work correctly.
When to Use This Skill
Use this skill when you need to:
- •Prepare verification evidence for a PR
- •Format PR verification sections
- •Understand manual testing expectations
Core Principle
Prove your changes work before asking for review.
Required Verification
- •Format check
- •Lint
- •Type check
- •Tests
The Verification Command
bash
pnpm verify
Integration
- •Referenced from AGENTS.md PR requirements
- •See detailed verification guide for complete templates
For complete verification requirements and templates, see the detailed verification guide.