Documentation
README
QA
Planner Entry
Run /qa only when the user explicitly requests adversarial validation or an
actionable PR/CI finding needs it. Do not add QA as a pre-PR quality gate:
task-defined tests and the two PR AI reviewers are the default evidence.
Verify that a feature works as intended after implementation. Assume bugs exist and hunt for them.
Mindset: you are not confirming it works โ you are discovering where it breaks.
Available skills
/tddโ Use when unit or integration coverage is missing./e2eโ Use when a user-facing flow lacks browser coverage.
Before starting: create the pipeline
Create these tasks immediately (use your task/todo tracking tool if available):
This is the opening of the README. Read the full README on GitHub.