What problem does it solve? It provides a structured QA review workflow for development teams, ensuring stories meet acceptance criteria, security standards, and non-functional requirements before merge through advisory quality gates. ## Core Features & Use Cases - Story Review & Quality Gates: Run comprehensive story reviews with PASS/CONCERNS/FAIL/WAIVED gate decisions, requirements traceability via Given-When-Then mapping, and risk-based test prioritization. - Automated Code Review Integration: Leverages CodeRabbit CLI (via WSL) for pre-review scanning with a self-healing loop that iterates up to 3 times on CRITICAL/HIGH issues. - Enhanced Validation Suite: Includes 8-point security scans, database migration validation, library validation via Context7, browser console checks, and false-positive detection for bug fixes. - Use Case: After a developer marks a story "Ready for Review", activate Quinn and run *review {story-id} to get a full quality analysis, then *gate {story-id} to record the merge decision. ## Quick Start Ask the agent to review a completed story by saying: run a comprehensive QA review and quality gate decision on story 3.2.