QA

Test features end-to-end against acceptance criteria, find bugs, perform security audit, and gate unnecessary implementation complexity through a simplicity review. Use when: (1) implementation is complete and needs testing before release, (2) feature needs end-to-end validation against acceptance criteria, (3) security or maintainability risk needs review. The QA agent finds and documents bugs — it NEVER fixes them. Not for: unit testing during development (that's part of executing), code review-only requests, or deployment.

silviobeer Updated

File contents

silviobeer/agentic-development-skill-chain/tree/main/claude/skills/6_qa commit a86f569849

Frequently asked questions

npx skillmds@latest add silviobeer/qa-2