mcp-browser-verify

Validate UI flows and reproduce issues with Playwright browser automation.

1|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/janjaszczak/cursor --skill mcp-browser-verify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mcp-browser-verify
Source: https://github.com/janjaszczak/cursor/tree/main/skills/mcp-browser-verify
Command: npx skills add https://github.com/janjaszczak/cursor --skill mcp-browser-verify

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validates UI flows and reproduces issues in web applications by automating browser interactions and collecting evidence, reducing manual testing time and surfacing defects earlier.

Core Features & Use Cases

  • Browser-based UI flow validation using Playwright to navigate, interact, and verify pages.
  • Evidence capture including screenshots, console logs, and network data for debugging.
  • Reproduce issues across environments and generate concise reports for faster fixes.

Quick Start

Define a target URL and credentials, outline the steps and expected results, and run the browser verification to capture screenshots and evidence.

Frequently Asked Questions about mcp-browser-verify

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

FAQPage Schema
How do I automate UI flow validation with Playwright to reproduce web application issues?

Automate UI flow validation by defining a target URL, credentials, and expected steps, then execute Playwright-based browser interactions to reproduce issues and capture structured reports with screenshots and logs.

What is visual verification in browser automation and how does it capture debugging evidence?

Visual verification in browser automation validates UI flows by navigating web pages and capturing debugging evidence, including screenshots, console logs, and network data to surface defects earlier.

Can I use this browser automation workflow for regression testing across different web environments?

Yes, you can use this browser automation workflow for regression testing across environments by applying Playwright scenario execution to verify UI flows and generate concise result reports.

How do I capture screenshots and console logs during automated web UI testing?

Capture screenshots and console logs during automated web UI testing by running Playwright-based scenario execution, which automatically records visual evidence and network data for debugging.

What do I need to define before running a browser-based workflow for issue reproduction?

Before running a browser-based workflow for issue reproduction, you need to define a target URL, authentication credentials, the interaction steps, and expected results to validate the UI flow.