browse

Automate QA testing with a persistent Playwright headless browser.

Updated Jun 18, 2026
One-click install
npx skills add https://github.com/abhishekmmgn/didactic-invention --skill browse-abhishekmmgn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: browse
Source: https://github.com/abhishekmmgn/didactic-invention/tree/main/.agents/skills/gstack/browse
Command: npx skills add https://github.com/abhishekmmgn/didactic-invention --skill browse-abhishekmmgn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires playwright, bun, and includes scripts (resource) components.

What problem does it solve?

This skill provides a fast, persistent headless browser environment for automated QA testing and site dogfooding, enabling reproducible test runs and visual checks without leaving the terminal or breaking the dev loop.

Core Features & Use Cases

  • Automate navigation, form submissions, and state verification across web pages.
  • Capture annotated screenshots and diff results to aid bug reports.
  • Validate responsive layouts and feature flows as part of CI or local testing.

Quick Start

Navigate to a URL, interact with elements, and capture a screenshot.

Frequently Asked Questions about browse

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

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

Automate QA testing using a fast, persistent headless browser to run reproducible test cycles for feature verification and regression checks directly within your terminal or CI pipeline.

Can I capture screenshots and generate visual diffs for bug reports?

Yes, capture annotated screenshots and generate visual diff results to aid bug reports, validate responsive layouts, and verify state across web pages during automated testing.

Do I need Playwright and Bun to run automated browser scripts?

Yes, Playwright provides the underlying browser automation engine, while the Bun runtime executes the scripts and tooling required to run, snapshot, and diff pages efficiently.

What's the best way to validate feature flows in local development?

Validate feature flows in local development by running a persistent headless browser that automates navigation, form submissions, and state verification without breaking your dev loop.

Does headless browser testing work for CI pipelines?

Yes, headless browser testing executes automated feature verification, regression checks, and visual diff reporting across web pages seamlessly within CI pipeline environments.