browse

Navigate web pages with Playwright to validate deployments and capture screenshots.

Updated Oct 25, 2025
One-click install
npx skills add https://github.com/shaythegay13/serenity-pocket-app-final --skill browse-shaythegay13
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: browse
Source: https://github.com/shaythegay13/serenity-pocket-app-final/tree/main/.claude/skills/gstack/browse
Command: npx skills add https://github.com/shaythegay13/serenity-pocket-app-final --skill browse-shaythegay13

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Automates browser-based QA tasks to reproduce user flows, validate deployments, and gather evidence (screenshots, diffs) without manual clicks.

Core Features & Use Cases

  • Navigate to URLs, interact with page elements, run deterministic actions, and verify page state.
  • Diff before/after actions and produce annotated screenshots to document regressions.
  • Test responsive layouts and user flows end-to-end, then collect artifacts for bug reports.

Quick Start

Open a URL in the headless browser and verify the page loads.

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 feature verification?▼

Automate headless browser QA testing by navigating to URLs, interacting with page elements, and verifying page state to reproduce user flows and validate deployments without manual clicks.

How do I capture screenshots and diffs to document UI regressions?▼

Capture screenshots and diffs by running deterministic actions in a headless browser, then producing annotated before and after artifacts to document regressions for bug reports.

Does this automation tool require Playwright and Bun to run?▼

Yes, this automation requires Playwright to drive Chromium via Bun, executing scripts that navigate web pages and interact with elements for headless testing.

Can I test responsive layouts across multiple viewports with a headless browser?▼

Yes, you can test responsive layouts across multiple viewports by navigating to URLs in the headless browser and capturing screenshots to verify user flows end-to-end.

What is the best way to reproduce user flows for bug repros without manual clicks?▼

The best way to reproduce user flows for bug repros is using a headless browser to run deterministic actions, interact with page elements, and collect evidence artifacts automatically.