verifying-before-completion
Installation
SKILL.md
Verifying Before Completion
Quick Start
- Functional - All acceptance criteria met, happy path works, edge cases handled
- Technical - Tests pass, coverage met, lint clean, build succeeds
- Security - No secrets exposed, input sanitized, auth verified
- Performance - Response time acceptable, no N+1, no memory leaks
- Documentation - Code comments, API docs, README updated
- Evidence - Collect screenshots, test output, metrics for proof