browser-qa

Automates visual, functional and accessibility testing of web pages via Playwright or Puppeteer scripts.

3|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/rlagycks/oh-my-forge --skill browser-qa-rlagycks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: browser-qa
Source: https://github.com/rlagycks/oh-my-forge/tree/main/skills/browser-qa
Command: npx skills add https://github.com/rlagycks/oh-my-forge --skill browser-qa-rlagycks

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires playwright, puppeteer, axe-core, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates comprehensive visual testing and UI interaction verification, reducing manual effort and ensuring consistent user interface quality.

Core Features & Use Cases

  • Automated Browser Interaction: Executes scripted interactions such as navigation, form submission, and user journey simulations.
  • Visual Regression Testing: Captures and compares screenshots at different breakpoints to detect layout shifts and missing elements.
  • Accessibility Auditing: Runs accessibility checks to identify violations and verify keyboard navigation, supporting WCAG compliance.
  • Use Case: QA teams can automatically verify that UI updates do not introduce visual regressions or accessibility issues before deployment.

Quick Start

Use the browser-qa skill to generate a QA report for the specified URL and review the testing outcomes.

Frequently Asked Questions about browser-qa

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

FAQPage Schema
How do I automate visual regression testing for web pages?

Automated visual regression testing captures and compares screenshots at different breakpoints to detect layout shifts and missing elements. It executes scripted browser interactions to verify that UI updates maintain visual consistency before deployment.

Can I use Playwright or Puppeteer for automated accessibility auditing?

Yes, automated accessibility auditing runs checks using browser automation tools like Playwright or Puppeteer to identify WCAG violations and verify keyboard navigation, supporting compliance without manual review.

What is automated browser interaction for UI verification?

Automated browser interaction for UI verification executes scripted navigation, form submission, and user journey simulations to validate functional behavior across web pages, ensuring consistent application state during QA workflows.

Does axe-core support WCAG compliance checks in automated testing?

Yes, axe-core supports WCAG compliance checks by running accessibility audits during automated testing to identify violations and verify keyboard navigation, helping maintain accessibility standards across web pages.

What is the best way to verify UI updates do not introduce visual regressions?

The best way to verify UI updates is through automated visual regression testing that captures and compares screenshots at different breakpoints, detecting layout shifts and missing elements before deployment.