test-verification
Installation
SKILL.md
Test verification
Use this skill whenever work needs proof, regression coverage, or release confidence.
Workflow
- Read project testing memory and existing test patterns.
- Identify the behavior that must be proven.
- For bugs, reproduce the failure when practical.
- Choose the smallest meaningful test level.
- Add regression tests when the bug or feature changes behavior.
- Run focused tests first, then broader checks if risk justifies it.
- For Standard work, write a QA/test report under
.kavion/reports/. - Prefer MCP tool
kavion_write_reportwhen available.