What problem does it solve? Manually verifying web pages, filling forms, and testing UI flows is repetitive and error-prone. This Skill automates browser tasks with CLI-first Playwright tooling, reserving expensive AI agents only for tasks that genuinely need reasoning. ## Core Features & Use Cases - CLI-First Automation: Use playwright-cli named sessions with ref-based interaction for multi-step navigation, clicking, and form filling at zero token cost. - One-Shot Capture: Take screenshots, generate PDFs, and dump page HTML with single bunx playwright or headless Chrome commands. - Stories & Recipes: Validate YAML-defined user stories in parallel with UIReviewer agents, or execute parameterized Markdown recipe templates like SummarizePage and FormFill. - Use Case: After changing a web app's frontend, open the page in a playwright-cli session, capture a screenshot, and visually verify the result before shipping. ## Quick Start Ask the assistant to take a screenshot of a URL or verify that your local web app loads correctly using the Browser skill.