What problem does it solve?
It helps you systematically QA a web application by finding real bugs in the UI and flows, fixing them in source code with atomic commits, and re-verifying that the fixes didn’t break anything else.
Core Features & Use Cases
- Manual-trigger QA with tiered thoroughness: run Quick for only critical/high fixes, Standard for typical severity coverage, or Exhaustive for deeper issues including low/cosmetic problems.
- Evidence-rich reporting: produces before/after health scores plus screenshots and fix evidence, then summarizes ship-readiness.
- Diff-aware verification: when no URL is provided on a feature branch, it scopes testing based on what changed and exercises the most likely affected routes/pages.
- Optional report-only mode: supports a mode to generate findings without making code fixes.
Quick Start
Run qa against your app by invoking /qa and tell it the target URL you want tested.