gstack-browse

Drive a headless browser to load pages, interact with UI, and capture state diffs.

1|1|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/tan-yong-sheng/GrowChat --skill gstack-browse
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gstack-browse
Source: https://github.com/tan-yong-sheng/GrowChat/tree/main/.claude/skills/gstack-browse
Command: npx skills add https://github.com/tan-yong-sheng/GrowChat --skill gstack-browse

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates QA testing by driving a headless browser to navigate URLs, interact with elements, and verify page state.

Core Features & Use Cases

  • Navigate any URL and interact with page elements, forms, and dialogs
  • Diff before/after actions and take annotated screenshots to capture state changes
  • Verify responsive layouts across breakpoints and test uploads and file dialogs
  • Use for feature validation, regression testing, and dogfooding deployments

Quick Start

Install the skill and start a local headless browser session to test a page end-to-end.

Frequently Asked Questions about gstack-browse

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate regression testing with a headless browser?

Automate regression testing by driving a headless browser to load pages, interact with UI elements, and capture state changes using annotated screenshots and diffs.

Can I verify responsive layouts across desktop and mobile breakpoints?

Yes, you can verify responsive layouts by navigating URLs and testing UI elements across desktop and mobile breakpoints to ensure consistent rendering.

How do I capture page state changes during feature validation?

Capture page state changes by taking annotated screenshots and diffing the UI before and after interacting with forms, dialogs, and other elements.

What's the best way to automate QA testing for dogfooding deployments?

Automate QA testing for dogfooding by loading URLs in a headless browser, interacting with UI elements, and validating features through screenshot diffs.

Do I need specific dependencies to run headless browser test automation in Bash?

No dependencies are required; the skill supports Bash workflows and loads via SKILL.md frontmatter to drive the headless browser directly.

Can I test file uploads and dialogs with headless browser automation?

Yes, you can test file uploads and dialogs by driving the headless browser to interact with these elements and capture the resulting page state.