browser-qa

Automate visual tests and interaction checks across browser pages.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/richardnpaul/everything-vscode-copilot --skill browser-qa-richardnpaul
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: browser-qa
Source: https://github.com/richardnpaul/everything-vscode-copilot/tree/main/.github/skills/browser-qa
Command: npx skills add https://github.com/richardnpaul/everything-vscode-copilot --skill browser-qa-richardnpaul

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manual UI QA and visual checks are slow and error-prone; this skill automates visual testing and interaction verification across live pages to catch regressions early.

Core Features & Use Cases

  • Automated smoke tests: navigate to URLs, check for console errors, and verify network status.
  • Visual regression: capture screenshots at multiple breakpoints and flag layout/content changes.
  • Accessibility & responsive checks: run accessibility audits and verify keyboard navigation across devices.

Quick Start

Run the browser-qa skill against your deployed staging URL to start the automated UI tests.

Frequently Asked Questions about browser-qa

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

FAQPage Schema
How do I automate browser QA tests after deployment?▼

Automated visual testing catches UI regressions by capturing screenshots at multiple breakpoints, navigating URLs to check for console errors, and flagging layout or content changes across pages.

How do I run automated visual regression tests for UI changes?▼

Automated visual testing catches UI regressions by capturing screenshots at multiple breakpoints, navigating URLs to check for console errors, and flagging layout or content changes across pages.

Can I use Playwright or Puppeteer for responsive testing and accessibility audits?▼

Yes, deterministic browser automation using Playwright or Puppeteer supports running accessibility audits and verifying keyboard navigation across responsive breakpoints and devices.

What is automated smoke testing for feature deployments on staging?▼

Automated smoke testing for feature deployments navigates to URLs, checks for console errors, verifies network status, and produces a structured QA report to ensure consistent UI.

Do I need to install dependencies to run browser interaction checks and visual tests?▼

No additional dependencies are required. The skill integrates with MCP tools and implements browser interaction checks and visual tests directly using Playwright or Puppeteer without external dependencies.

Does automated UI testing work for PR reviews and feature deployments?▼

Automated UI testing applies to PR reviews, feature deployments on staging, accessibility audits, and responsive testing by automating visual tests and interaction checks across live pages.