qa-test
Installation
SKILL.md
enggenie:qa-test
Announcement
When this skill is invoked, announce:
I'm using enggenie:qa-test for [automation/manual] QA testing.
Replace [automation/manual] with the appropriate mode based on user request or context.
Key Distinction
- enggenie:qa-verify asks: "Does my code work?"
- enggenie:qa-test asks: "Does the product work for users?"
qa-verify is developer-facing - unit tests, integration tests, type checks, lint passes. qa-test is user-facing - can a real person accomplish their goal using this product? The difference matters. A feature can pass every unit test and still be broken for users.