What problem does it solve?
gstack solves the problem of slow, fragile QA and site dogfooding by giving agents a persistent headless Chromium browser to navigate, interact, verify UI state, and capture evidence like diffs and screenshots.
Core Features & Use Cases
- Persistent headless browser: keeps cookies, tabs, and session state across commands so login and multi-step flows don’t restart every time.
- Evidence-first testing: supports snapshot diffs, annotated screenshots, console/network/dialog inspection, and responsive layout checks.
- Reliable element interaction: uses ref-based selectors from accessibility snapshots (and cursor-interactive refs when needed) to avoid brittle CSS guessing.
Quick Start
Use the gstack skill to QA a page by running your test flow on a real URL and capturing screenshots and snapshot diffs as evidence.