browse

Automate QA testing with a headless browser for navigation, interaction, and screenshots.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/bizzybae/qstack --skill browse-bizzybae
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: browse
Source: https://github.com/bizzybae/qstack/tree/main/gstack-original/browse
Command: npx skills add https://github.com/bizzybae/qstack --skill browse-bizzybae

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates browser-based QA tasks by providing a fast, configurable headless browser for testing web apps and validating user flows.

Core Features & Use Cases

  • Navigate to URLs, interact with page elements, and verify state across tests.
  • Diff pages before and after actions and capture annotated screenshots for bug reports.
  • Test responsive layouts, forms, dialogs, and complex user flows in automated QA pipelines.
  • Use in site dogfooding to validate deployments and catch regressions before release.

Quick Start

Run a simple QA scenario by issuing a command such as goto https://example.com to start browsing and verify results.

Frequently Asked Questions about browse

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

FAQPage Schema
How do I automate headless browser QA testing for web apps?

Automate QA testing by navigating to URLs, interacting with elements, and verifying state across tests. This Skill handles feature verification, regression checks, and bug reproduction in a fast headless browser.

Can I capture annotated screenshots during automated browser testing?

Yes, you can capture annotated screenshots during automated browser testing. The Skill diffs pages before and after actions to provide visual evidence for bug reproduction and regression reports.

Does this headless browser support testing responsive layouts and complex user flows?

Yes, the headless browser supports testing responsive layouts, forms, dialogs, and complex user flows. It enables comprehensive feature verification and site dogfooding across single pages or complete flows.

What is the best way to reproduce bugs in an automated QA pipeline?

The best way to reproduce bugs in an automated QA pipeline is using deterministic scripting to navigate and interact with page elements. The Skill asserts element states and captures visual differences reliably.

How do I validate deployments and catch regressions before release?

Validate deployments and catch regressions before release by using the headless browser for site dogfooding. It automates feature verification and regression checks across complete user flows deterministically.