agent-browser-testing

Run browser-based QA and generate structured PASS/WARN/FAIL reports.

15|1|Updated Apr 26, 2026
One-click install
npx skills add https://github.com/monoes/monomind --skill agent-browser-testing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-browser-testing
Source: https://github.com/monoes/monomind/tree/main/.claude/skills/agent-browser-testing
Command: npx skills add https://github.com/monoes/monomind --skill agent-browser-testing

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill replaces ad hoc manual browser checking with a repeatable QA workflow for opening pages, inspecting structure, exercising user flows, and catching runtime errors.

Core Features & Use Cases

  • Full UI QA Lifecycle: Discover page structure, verify interactive elements, and test golden paths, edge cases, keyboard navigation, and accessibility.
  • Responsive and Cross-Device Checks: Validate layouts on mobile, tablet, desktop, dark mode, and offline states.
  • Performance and Diagnostics: Capture console errors, network activity, HAR files, traces, screenshots, and Core Web Vitals for evidence-based reporting.
  • Use Case: Use this Skill to test a login form, confirm validation behavior, and produce a structured PASS/WARN/FAIL report with screenshots and performance metrics.

Quick Start

Use the agent-browser-testing skill to open the target URL, inspect the page, and run the relevant QA phases end to end.

Frequently Asked Questions about agent-browser-testing

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

FAQPage Schema
How do I automate end-to-end UI QA and capture browser diagnostics?

Automate end-to-end UI QA by using a CDP client to inspect the DOM, exercise user flows, capture console errors and network activity, and generate structured PASS/WARN/FAIL reports with screenshots and performance metrics.

Can I run responsive testing and accessibility checks across mobile and desktop layouts?

Responsive testing and accessibility checks validate layouts across mobile, tablet, desktop, dark mode, and offline states by automating DOM inspection and keyboard navigation to verify interactive elements and edge cases.

How do I collect Core Web Vitals and performance profiling data during browser testing?

Collect Core Web Vitals and performance profiling data during browser testing by capturing network activity, HAR files, traces, and screenshots through CDP automation to produce evidence-based diagnostic reports.

What's the best way to validate golden-path user flows and edge cases in web applications?

Validate golden-path user flows and edge cases by automating interactions through a CDP client that discovers page structure, tests keyboard navigation, and checks accessibility to generate structured PASS/WARN/FAIL reports.

Do I need a native CDP client to automate browser testing and inspect the DOM?

Yes, comprehensive browser testing requires the native monomind browse CDP client to inspect the DOM, automate interactions, collect diagnostics, and generate structured PASS/WARN/FAIL reports for web applications.