gstack-browse

Navigate URLs in a persistent headless browser and assert UI state.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/tayiorbeii/paperclip-factory-kit --skill gstack-browse-tayiorbeii
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gstack-browse
Source: https://github.com/tayiorbeii/paperclip-factory-kit/tree/main/skills/gstack-browse
Command: npx skills add https://github.com/tayiorbeii/paperclip-factory-kit --skill gstack-browse-tayiorbeii

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates slow, uncertain QA checks by letting you open any URL in a persistent headless browser, interact with the UI, and capture verifiable evidence before and after changes.

Core Features & Use Cases

  • Page navigation with stateful browsing: Drive a long-lived headless Chromium session so cookies, tabs, and login state persist across commands.
  • Action verification with diffs: Take a baseline snapshot, perform clicks or form submissions, then generate a unified diff to confirm exactly what changed.
  • Proof for bugs and releases: Produce annotated screenshots, responsive layout evidence, and console and network failure signals to document issues clearly.

Quick Start

Use the gstack-browse skill to open your feature URL, run a snapshot, perform the key interaction, and capture a diff and screenshot evidence in one pass.

Frequently Asked Questions about gstack-browse

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

FAQPage Schema
How do I capture visual regression evidence using a headless browser?

To capture visual regression evidence, navigate your URL in a headless browser, take a baseline snapshot, perform UI interactions, and generate a unified diff to verify observable state changes.

Can I persist cookies and login state across multiple page interactions?

Yes, you can persist cookies, tabs, and login state across multiple page interactions by driving a long-lived headless Chromium session that maintains persistent session state.

What is the best way to automate responsive layout validation for web pages?

Automate responsive layout validation by opening your target URL in a headless browser and capturing annotated screenshots to document UI state across different viewport configurations.

How do I inspect console and network failures during form testing?

Inspect console and network failures during form testing by executing deterministic browser commands to perform submissions while capturing network signals and console logs as evidence.

Does headless browser QA testing work without installing external dependencies?

Yes, headless browser QA testing operates without external dependencies, allowing you to directly navigate URLs, interact with page elements, and assert observable UI state.