What problem does it solve? Manually verifying that a web app works after every change is slow and error-prone. This Skill gives an AI agent a fast, persistent headless browser (~100ms per command) so it can navigate pages, click elements, fill forms, capture screenshots, and assert page state as evidence during QA testing and dogfooding. ## Core Features & Use Cases - Interactive Page Control: Navigate URLs, click, fill, hover, select, upload files, and press keys using CSS selectors or @e refs from accessibility-tree snapshots. - State Verification & Evidence: Diff snapshots before/after actions, assert element states (visible, enabled, checked), capture annotated screenshots, and inspect console, network, and dialog logs. - Responsive & Cross-Environment Testing: Take mobile/tablet/desktop screenshots, set custom viewports, and diff two URLs (e.g., staging vs production). - User Handoff: When blocked by CAPTCHAs or MFA, open a visible Chrome window preserving cookies and session state, then resume AI control afterward. - Use Case: After deploying a login flow, run the Skill to load the page, fill credentials, submit, diff the snapshot to confirm the dashboard appeared, and attach an annotated screenshot to a bug report. ## Quick Start Ask the AI to open your app's URL in the browse tool, run a snapshot to list interactive elements, then click through the flow and screenshot the result.