verify
Verify a feature works through automated testing
/qa-use:verify
Verify a feature works through automated browser testing.
Invokes skill: qa-use
Arguments
| Argument | Description |
|---|---|
description | What to verify (e.g., "login works with valid credentials") |
What Happens
- Searches for existing tests matching your description
- If no test exists, offers to explore and create one
- Runs the test
- Reports results with specific fix recommendations
Examples
/qa-use:verify "login works with valid credentials"
/qa-use:verify "checkout flow completes successfully"
/qa-use:verify "form shows validation errors"