What problem does it solve?
Developers and product teams often lack an automated, repeatable way to test a web application, surface bugs, and fix them without manual, error‑prone steps. This skill provides a systematic QA workflow that tests, diagnoses, and iteratively repairs issues while keeping a clean git history.
Core Features & Use Cases
- End‑to‑end testing: Crawls the target URL, interacts with forms, checks console errors, and validates navigation.
- Tiered depth: Quick (critical/high), Standard (adds medium), Exhaustive (includes low‑level cosmetic checks).
- Automated bug fixing: Generates atomic commits for each fix, runs regression after each change, and records health scores.
- Reporting: Produces before/after health scores, evidence screenshots, and a ship‑readiness summary.
- User prompting: Handles telemetry, proactive suggestions, and configuration onboarding.
Quick Start
Start a QA session by typing /qa target https://example.com tier standard.