| name | qa |
| description | Systematic QA testing with test-fix-verify loop. Three tiers: Quick, Standard, Exhaustive. Includes issue taxonomy and report templates.
Triggers: QA test, test the app, find bugs, smoke test, regression test.
|
QA Test → Fix → Verify
Systematically test a web application, find bugs, fix them with atomic commits, and re-verify.
Modes
| Mode | Description |
|---|
| Quick | 30-second smoke test |
| Standard | Systematic exploration, 5-10 issues |
| Exhaustive | Deep testing, comprehensive coverage |
| Regression | Compare against baseline |
| Diff-aware | Auto-detect affected pages from branch diff |
Resources
- Issue Taxonomy:
references/issue-taxonomy.md — classification of bug types
- Report Template:
templates/qa-report-template.md — structured QA report format
Workflow
- Initialize: Parse URL, tier, mode, scope
- Authenticate: Handle login/auth if needed
- Orient: Map the application, detect framework
- Explore: Per-page checklist — visual scan, interactive elements, forms, navigation, states, console, responsiveness
- Document: Two evidence tiers — interactive bugs vs static bugs
- Triage: Sort by severity, decide which to fix based on tier
- Fix Loop: Locate source → minimal fix → one commit per fix → re-test → classify
- Final QA: Re-run QA, compute final health score
- Report: Structured report with health score, top issues, console health
Output
- Health score (0-100)
- Issue list with severity, repro steps, evidence
- Before/after comparison
- Ship-readiness assessment