browse

Drive a headless Playwright browser to automate end-to-end QA testing.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Fast headless browser for QA testing and dogfooding. Navigate any URL, interact with elements, verify page state, diff before/after actions, take annotated screenshots, check responsive layouts, test forms and uploads, handle dialogs, and assert element states.

Core Features & Use Cases

  • Fast automated QA workflows: navigate, click, fill, and verify, with diff-based evidence.
  • Visual validation: annotated screenshots, responsive checks, and regression diffs to capture bugs.
  • Use Case: run a feature-test suite against a new deployment and produce a decision-ready report.

Quick Start

Launch a headless browser session and begin testing a site.

Frequently Asked Questions about browse

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

FAQPage Schema
How do I automate end-to-end QA testing for web apps?

Automate end-to-end QA testing by driving a headless browser to perform tasks like goto, click, and fill, then verify outcomes. This Skill leverages Playwright to execute feature testing, regression checks, and bug reproduction.

Can I capture annotated screenshots during automated browser testing?

Yes, you can capture annotated screenshots during automated browser testing. This Skill supports visual validation through responsive checks and regression diffs to capture bugs and verify page states effectively.

Does this Playwright headless mode support CI pipeline integration?

Yes, this Skill integrates with CI pipelines. It uses Playwright in headless mode to run automated QA workflows, allowing you to execute feature-test suites against new deployments and produce decision-ready reports.

How do I verify page state and diff before and after browser actions?

Verify page state by driving the browser to interact with elements and using diff workflows to compare before and after actions. This Skill handles dialogs, asserts element states, and provides diff-based evidence for validation.

What is the best way to test responsive layouts in a headless browser?

The best way to test responsive layouts is using headless browser automation to perform visual validation checks. This Skill navigates URLs and captures regression diffs across responsive layouts to identify visual bugs.

How do I test forms and file uploads in automated QA workflows?

Test forms and uploads by driving a headless browser to fill input fields and interact with elements. This Skill automates these QA workflows, handles dialogs, and asserts element states to verify submission outcomes.