What problem does it solve?
This skill removes the manual effort of writing, running, and orchestrating browser automation by providing ready-made execution patterns, dev server detection, and helper utilities so engineers and QA can validate web functionality quickly and reproducibly.
Core Features & Use Cases
- Dev server detection: Automatically scans common local ports to discover running development servers and surfaces choices when multiple servers are found.
- Safe, visible execution: Writes temporary scripts to the system temp directory, launches a visible Playwright browser by default, and executes automation via a controlled run.js wrapper.
- Reusable helpers: Includes utilities for safe clicking, typing, screenshotting, extracting table data, dismissing cookie banners, handling headers, and creating contexts for CI and local testing.
- Use cases: Responsive screenshot captures, login flow validation, form submission checks, broken link scanning, CI test runs, and ad-hoc QA against local or remote web apps.
Quick Start
Ask the skill to detect a running dev server, run a login flow test against the detected URL, and save screenshots to /tmp.