What problem does it solve? After deploying a feature, manually clicking through pages to verify layouts, forms, and interactions is slow and error-prone. This Skill automates post-deploy QA by driving a real browser to catch console errors, broken links, visual regressions, and accessibility violations before users do. ## Core Features & Use Cases - Smoke Testing: Checks console errors, failed network requests, and Core Web Vitals (LCP, CLS, INP) on desktop and mobile viewports. - Interaction & Visual Regression Testing: Exercises nav links, forms, and auth flows, then screenshots pages at 375px, 768px, and 1440px breakpoints to compare against baselines. - Accessibility Audits: Runs axe-core for WCAG 2.2 AA violations and verifies keyboard navigation, with explicit guidance that automated checks alone are not sufficient. - Use Case: After deploying a new checkout page to staging, run this Skill to verify the form submits correctly, screenshots match the baseline at all breakpoints, and no new accessibility violations were introduced — producing a SHIP / SHIP WITH FIXES / DO NOT SHIP verdict. ## Quick Start Run a browser QA pass on my staging deployment at the preview URL and report any console errors, broken interactions, visual regressions, and accessibility issues.