What problem does it solve? AI coding agents cannot see or interact with live web applications, forcing developers to manually click through pages, check console errors, and verify deployments by hand. This Skill gives the agent a fast headless browser so it can test user flows, verify deployments, and file bugs with screenshot evidence. ## Core Features & Use Cases - Ref-based page interaction: Snapshot the accessibility tree to get stable element refs, then click, fill forms, upload files, and handle dialogs without guessing CSS selectors. - Verification and evidence capture: Diff snapshots before and after actions, take annotated screenshots, check console and network logs, and assert element states like visible, enabled, or checked. - Authenticated testing: Import cookies from real browsers (Chrome, Arc, Brave, Edge) or JSON files to test logged-in pages without manual sign-in. - Use Case: After pushing a branch, ask the agent to verify staging — it logs in, walks the signup flow, screenshots each page, checks the console for errors, and reports a full QA pass in about a minute. ## Quick Start Ask the agent to use the gstack browse skill to open your staging URL, log in with test credentials, click through the main pages, and report any console errors with screenshots.