aie-web-qalisted
Install: claude install-skill mrhinkle/aienterprise-skills
# Web QA Tester
The final quality gate before a site ships or an update goes live. Individual audits answer narrow questions; QA answers the real one: *does this thing actually work?* It catches the failures that live in the gaps — forms that pass validation but don't send, pages that load but feel broken, third-party scripts that fail silently, mobile layouts that look fine but aren't tappable.
## When to use this skill
- **Pre-launch** — a new site or major redesign about to go live.
- **Post-update** — changes to an existing site that need a regression check before deploy.
- Any "test it before it breaks in front of users" moment.
## Inputs
- The **site URL** (staging is preferred over production).
- For post-update runs: **which pages/features changed**.
- Access to any **forms and third-party integrations** you need to verify (email delivery, analytics, payments, embeds).
## Test categories
Run the relevant categories. Full item-by-item checklists live in `reference/qa-checklist.md`; read it before executing.
1. **Page rendering** — every page returns 200 (or an intended 3xx); no blank pages, broken images, or missing content; layout holds at 320/768/1024/1440px.
2. **Cross-browser** — Chrome/Edge, Safari (macOS + iOS use WebKit), Firefox. Check forms, JS, layout, media, animations.
3. **Mobile & responsive** — correct viewport meta, no horizontal scroll, tap targets ~48x48px+, mobile-friendly forms; test 320/375/768/1024/1440px.
4. **Forms** — every field fillab