What problem does it solve? Manually verifying every route, API endpoint, and UI component of a web application is slow and error-prone. This Skill provides a systematic deep-audit methodology plus an automated Playwright runner that loads pages, checks health signals, captures screenshots, and reports accessibility issues as structured JSON. ## Core Features & Use Cases - Automated Browser Testing: Run headless Chromium tests against any URL to verify page load status, titles, headings, element counts, and performance timings. - Accessibility Auditing: Check images for alt attributes, form labels, heading structure, and link text with a single command. - E2E Testing Guidance: Apply the testing pyramid, Page Object Model, CI integration, and anti-pattern guidance to structure Playwright test suites. - Use Case: Point the runner at a staging deployment to confirm all pages load, capture full-page screenshots for visual review, and flag accessibility gaps before release. ## Quick Start Ask the AI to run the Playwright runner script against your web app URL with the screenshot flag to get a JSON health report and a full-page screenshot.