What problem does it solve? Manually driving a browser to test pages, debug failing Playwright tests, or capture automation evidence is slow and repetitive. This Skill provides a complete command-line workflow for controlling browsers, inspecting page state, and generating reusable Playwright test code. ## Core Features & Use Cases - Browser Automation: Open pages, click, fill forms, drag elements, manage tabs, and capture snapshots using element refs from accessibility snapshots. - Session & Storage Management: Run isolated named browser sessions, save and restore cookies, localStorage, and full storage state for authenticated workflows. - Debugging & Evidence Capture: Record traces, videos with chapter overlays, intercept network requests with mocks, and debug failing Playwright tests by attaching to paused sessions. - Use Case: A failing CI test can be rerun with --debug=cli, attached via playwright-cli attach, explored interactively, and the generated TypeScript code copied directly back into the test file. ## Quick Start Use the playwright-cli skill to open https://example.com, take a snapshot, and click the sign-in button.