gstack

Drive a persistent headless Playwright browser from a CLI for QA testing.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/gaaschk/gaasch-family --skill gstack-gaaschk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gstack
Source: https://github.com/gaaschk/gaasch-family/tree/main/.claude/skills/gstack
Command: npx skills add https://github.com/gaaschk/gaasch-family --skill gstack-gaaschk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Navigate and interact with web pages in a persistent headless browser to automate QA tests, reproduce issues, and gather evidence without manual browser setup.

Core Features & Use Cases

  • Automates browser-driven QA: navigate to pages, interact with UI, and gather state.
  • Snapshot, diff, and annotated screenshots for regression verification.
  • Use cases include bug reproduction, feature QA, and production monitoring across responsive layouts.

Quick Start

Launch a session and run a simple QA workflow against a URL, then snapshot and verify results.

Frequently Asked Questions about gstack

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

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

Automate QA testing by driving a persistent headless Playwright browser from a CLI. It keeps state in a local browser daemon, enabling fast, repeatable test execution across deployments without manual setup.

Can I take annotated screenshots and snapshots for regression verification?

Yes, you can capture snapshots, diff state, and take annotated screenshots for regression verification. This provides visual evidence to verify UI behavior and compare changes across responsive layouts.

How do I reproduce bugs and interact with web pages automatically?

Reproduce bugs by using CLI commands like goto, click, and fill to navigate and interact with web pages. The persistent browser session maintains state to reliably reproduce issues and gather evidence.

Does this QA automation tool work with Playwright for headless testing?

Yes, it uses Playwright as the underlying engine for headless testing. It drives a persistent browser daemon via CLI commands, allowing you to automate interactions and gather state efficiently.

What is the best way to verify website behavior across deployments?

Verify website behavior by running automated QA workflows against a URL, then using snapshot and diff commands to gather state. This dogfoods the site across deployments with repeatable tests and visual evidence.

Why use a persistent browser daemon for automated QA testing?

A persistent browser daemon keeps state locally between commands, making automated QA testing fast and repeatable. It avoids the overhead of manual browser setup and ensures consistent interactions across test runs.