What problem does it solve? Manually testing websites, filling forms, checking responsive layouts, and validating login flows is repetitive and error-prone. This Skill writes and executes custom Playwright automation code for any browser task, with automatic dev server detection and visible browser execution for debugging. ## Core Features & Use Cases - Custom Browser Automation: Writes tailored Playwright scripts to /tmp for any task—page testing, form filling, screenshots, link checking, and responsive design validation across desktop, tablet, and mobile viewports. - Auto-Detection of Dev Servers: Scans common localhost ports (3000, 3001, 5173, 8080, etc.) to find running dev servers before writing test code, eliminating hardcoded URLs. - Universal Executor: Runs automation from files, inline code, or stdin via run.js with automatic Playwright installation, error handling, and module resolution. - Use Case: Ask to test whether your login flow redirects correctly—the Skill detects your dev server on port 3001, writes a login automation script using environment-variable credentials, executes it in a visible browser, and reports the result. ## Quick Start Ask the agent to test your local web app, for example: "Test if my marketing page looks good on mobile and desktop and take screenshots."