What problem does it solve? It catches actionable regressions, security flaws, performance issues, and maintainability problems in code changes before they are merged, replacing ad-hoc manual review with a structured multi-lane process. ## Core Features & Use Cases - Four-lane parallel review: Spawns read-only reviewer subagents covering correctness, security, performance/build/runtime, and style/maintainability, then validates every finding against the actual diff. - Scoped diff analysis: Reviews staged and unstaged changes, branches, tickets, pull requests, or commit ranges with automatic base-branch detection and ticket-key session naming. - Verification and severity triage: Discovers project checks from package.json, Makefile, pyproject.toml, and CI configs, runs matching checks, and reports findings with Blocker-to-Nit severity levels and evidence. - Use Case: Before merging a feature branch, invoke $qa-review to receive a validated report of only the issues caused by your change, with precise file-and-line evidence and suggested fixes. ## Quick Start Ask the assistant to run $qa-review on the current branch or pull request to get a validated pre-merge findings report.