What problem does it solve? Manually driving a browser to test web pages, debug failing Playwright tests, or capture page state is slow and error-prone. This Skill lets you control a real browser through simple CLI commands, with every action automatically generating the equivalent Playwright TypeScript code. ## Core Features & Use Cases - Browser Automation: Open pages, click, fill forms, navigate tabs, and manage cookies, localStorage, and session state using snapshot element refs. - Test Authoring and Healing: Plan, generate, and heal Playwright tests by attaching to debug sessions and converting interactive actions into test code with assertions. - Debugging and Evidence Capture: Record traces, videos with chapter overlays, screenshots, console logs, and network requests, plus mock or block network traffic. - Use Case: A failing Playwright test can be rerun with --debug=cli, attached to via playwright-cli, inspected live with snapshots and console output, and fixed using the generated locator code. ## Quick Start Ask the AI to open a website with playwright-cli, take a snapshot, and click a specific element on the page.