What problem does it solve?
Quality assurance and debugging that simulates real user behavior to find functional, visual, and integration bugs, then fixes them with verifiable, atomic changes so regressions are minimized.
Core Features & Use Cases
- Multi-mode testing: Playwright-based browser testing, native GUI computer-use testing, API request checks, CLI execution tests, and targeted debug investigations.
- Evidence-first workflow: Captures screenshots and structured results into qa/results, enforces prompt-injection boundaries, and saves artifacts for audit and autopilot continuation.
- Operational guards: Mode-based intensity levels (quick, standard, thorough), explicit fix limits per mode, WTF-likelihood heuristics, and a required reproduce-isolate-fix-verify debug loop.
Quick Start
Run the QA suite on your local project with /qa --standard to execute browser, API, and CLI checks, capture screenshots, and save the results.