verification
SolidUse when marking a task complete, finishing a feature, or claiming a bug fixed -- verifies functional resolution before closing. Do NOT use for lint/quality checks (use sniper AFTER this).
Install
Quality Score: 81/100
Skill Content
Details
- Author
- fusengine
- Repository
- fusengine/agents
- Created
- 8 months ago
- Last Updated
- 6 days ago
- Language
- CSS
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
verification-before-completion
Prove a change works by exercising it before calling it done — run the thing, observe the behavior, and only then move a pin to resolved. Distinguishes "the tests pass" from "the feature works". Use before claiming any task complete, closing a defect, or reporting a result to the user.
verification-before-completion
Use before declaring a task done, especially after code, docs, adapters, data, release, deployment or infrastructure changes. Maps every completion claim to fresh evidence and calls out missing proof.
verify
Verifying work completeness before declaring done. Use before marking tasks complete, creating PRs, or claiming task status as done.