browse

Automate headless browser testing and capture annotated screenshots for bug reports.

Updated May 27, 2026
One-click install
npx skills add https://github.com/Shmurdoc/EasyRide-v1 --skill browse-shmurdoc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: browse
Source: https://github.com/Shmurdoc/EasyRide-v1/tree/main/.opencode/skills/gstack-browse
Command: npx skills add https://github.com/Shmurdoc/EasyRide-v1 --skill browse-shmurdoc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manual web application testing, deployment verification, and bug evidence collection are slow, repetitive, and prone to human error. This Skill automates these tasks with a fast, persistent headless browser that maintains session state between commands.

Core Features & Use Cases

  • Automated QA Testing: Navigate URLs, interact with page elements, test forms, file uploads, dialogs, and responsive layouts, and assert element states.
  • Visual Evidence Capture: Take annotated screenshots, diff page states before and after actions, and generate proof for bug reports or deployment checks.
  • Use Case: Verify a new feature deployment works across user login and checkout flows, or capture a screenshot of a broken UI element to attach to a bug report for your engineering team.

Quick Start

Ask the AI to navigate to your staging site, test the user sign-up flow, and take an annotated screenshot of the success page to confirm the flow works end-to-end.

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 testing for web application user flows?

Automate headless browser testing by navigating URLs, interacting with elements, and testing forms or file uploads. The Skill drives a persistent headless Chromium instance that maintains session state between commands for end-to-end user flow verification.

Can I capture screenshots for bug reports using a headless browser?

Yes, you can capture retina screenshots for bug reports using a headless browser. The Skill takes annotated screenshots and diffs page states before and after actions to generate visual evidence of UI issues at roughly 100ms per command.

What is the best way to verify a deployment across login and checkout flows?

Verify a deployment by automating a headless browser to navigate your staging site and test login and checkout flows. The Skill maintains session state between commands, allowing you to assert element states and confirm the deployment works end-to-end.

Does headless browser QA testing support responsive layout and dialog interactions?

Yes, headless browser QA testing supports responsive layouts and dialog interactions. The Skill automates testing for responsive layouts, form submissions, file uploads, and dialog interactions while asserting element states across different viewport sizes.

How fast is headless browser automation for visual bug evidence collection?

Headless browser automation for visual bug evidence collection operates at approximately 100ms per command. The persistent headless Chromium instance maintains session state, enabling rapid navigation, element interaction, and retina screenshot capture.