Guides developer verification before handoff. Use when completing implementation, preparing for acceptance testing, or self-reviewing work before commit or PR.
This skill inherits all available tools. When active, it can use any tool Claude has access to.
Execute the verification approach defined in the story log.
Developer Verification:
- [ ] Acceptance criteria verified (per defined approach)
- [ ] Error cases verified
- [ ] Existing functionality not broken
- [ ] All automated tests pass
- [ ] Linting passes
- [ ] No debug prints left behind
- [ ] No TODO without context
- [ ] Story log updated
npm test # or
deno task test # or
pytest
Check for:
console.log, print(), or debug statementsTODO comments### Acceptance Checks
**Status: Pending Product Owner Review**
Developer verification completed:
- [How each criterion was verified]
- [Observations or limitations]