What problem does it solve? Manually verifying websites, login flows, responsive layouts, and links is repetitive and error-prone. This Skill writes and executes focused Playwright scripts so an AI agent can drive a real browser, capture screenshots, and validate web functionality on demand. ## Core Features & Use Cases - Reusable Script Execution: Writes Playwright scripts to a temp directory and runs them through a dedicated executor (run.js) that injects helpers, preserves scripts via PW_SCRIPT_DIR, and handles signals cleanly. - Dev-Server Detection & Helpers: Auto-detects running localhost servers on common ports, launches Chromium/Firefox/WebKit, dismisses cookie banners, and saves timestamped screenshots. - Use Case: Ask the agent to check whether your app's login flow works on mobile and desktop viewports; it detects the local server, runs the flow with test credentials, and returns full-page screenshots for each viewport. ## Quick Start Use the Playwright skill to open my local dev server, sign in with my test credentials, and take desktop and mobile screenshots of the dashboard.