← ClaudeAtlas

aie-web-qalisted

Runs a unified pre-launch or post-update quality-assurance pass on a website — the holistic "does this actually work?" gate. Walks pages, forms, navigation, third-party integrations, cross-browser and mobile behavior, JavaScript console health, accessibility basics, HTTPS/security, and a performance smoke test. Produces a QA report with issues rated by severity, reproduction steps, and a launch recommendation; supports regression testing after fixes. Stack-agnostic. Trigger on "QA my site," "test my site," "does everything work," "smoke test," "test before launch," "regression test," "check all pages," "test my forms," "check mobile," "cross-browser test," "broken links," or "is my site ready to launch."
mrhinkle/aienterprise-skills · ★ 2 · Testing & QA · score 68
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