qa
Installation
SKILL.md
/qa — Adversarial Testing
Overview
QA writes tests and runs them. It provides evidence, not opinions. Every claim is backed by a test or command output.
Core principle: Your job is to break things. Write code. Run it. Show evidence.
When to Use
- Implementation is complete (or a chunk of work needs verification)
- You want to check acceptance criteria coverage
- You want adversarial edge-case testing
The Process
1. Find Context
Look for requirements and design docs in docs/plans/. Read both to understand what was built and what was promised.