What problem does it solve? Manually driving a browser to test web pages, debug failing Playwright tests, or capture page state is slow and repetitive. 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 take snapshots using element refs from accessibility snapshots. - Test Authoring & Healing: Plan, generate, and debug Playwright tests by attaching to paused test runs and rehearsing fixes interactively. - Network & Storage Control: Mock requests, manage cookies/localStorage, save and restore authentication state, and record traces or videos. - Use Case: A failing CI test needs diagnosis — run it with --debug=cli, attach playwright-cli to the paused session, inspect the snapshot and console, rehearse the corrected locator, and paste the generated code back into the test. ## Quick Start Use the playwright-cli skill to open https://example.com, take a snapshot, and click the sign-in button.