What problem does it solve? Manually testing web pages across viewports, filling forms, and verifying login flows is repetitive and error-prone. This Skill writes and executes custom Playwright automation scripts on demand, with automatic detection of running local dev servers. ## Core Features & Use Cases - Custom Browser Automation: Generates and runs Playwright scripts for any browser task—page testing, form filling, screenshots, link checking, and login flow validation. - Dev Server Auto-Detection: Scans common localhost ports (3000, 3001, 5173, 8080, etc.) to find running dev servers before writing test code. - Responsive Design Testing: Captures full-page screenshots across desktop, tablet, and mobile viewports. - Use Case: Ask to verify your app's login flow; the Skill detects your dev server on port 3001, writes a login test script to /tmp, executes it in a visible browser, and confirms the redirect to the dashboard. ## Quick Start Ask the assistant to test your local web app or take a screenshot of a page, and it will detect your dev server and run a Playwright script automatically.