web-browser-review

Automates headless browser reviews to identify and fix UI quality issues.

1|1|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/parandurume-labs/duru-conductor --skill web-browser-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-browser-review
Source: https://github.com/parandurume-labs/duru-conductor/tree/main/skills/web-browser-review
Command: npx skills add https://github.com/parandurume-labs/duru-conductor --skill web-browser-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automated visual QA and browser-based review of web apps to identify UI design issues, layout problems, accessibility gaps, and usability blockers, then provide fixes.

Core Features & Use Cases

  • Automated browser-based review: launch a headless browser, navigate the app, capture screenshots, and assess visual quality across devices.
  • Issue identification and remediation guidance: report UI problems with recommended code-level fixes.
  • Use cases include pre-release verification, design audits, and regression checks across responsive layouts.

Quick Start

Run a browser audit against your running app using the web-browser-review skill.

Frequently Asked Questions about web-browser-review

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

FAQPage Schema
How do I automate visual QA testing for web applications across multiple viewports?

You can identify and fix UI quality issues by running an automated browser-based review. This process requires a headless browser to navigate your app, capture screenshots, and run defined checks across multiple viewports, outputting structured findings and recommended code-level fixes.

What is automated browser-based review for UI testing?

Automated browser-based review is a visual QA process that launches a headless browser to navigate your web app, capture screenshots, and assess visual quality. It identifies UI design issues, layout problems, accessibility gaps, and usability blockers, then provides recommended code-level fixes.

Can I use headless browser testing to find accessibility gaps in my web app?

Yes, headless browser testing can find accessibility gaps in your web app. By navigating the application and running a defined set of checks across multiple viewports, the review evaluates accessibility alongside visual quality, responsiveness, and usability, reporting structured findings with suggested fixes.

Does visual QA testing provide suggested fixes for UI layout problems?

Yes, visual QA testing provides suggested fixes for UI layout problems. After navigating your app and capturing screenshots, the review reports identified issues and outputs structured findings accompanied by recommended code-level fixes for the detected UI design problems.

When should I run automated visual QA checks during development?

You should run automated visual QA checks during pre-release verification, design audits, and regression checks. It tests visual quality and responsiveness across layouts by launching a headless browser to ensure your web app has no usability blockers or accessibility gaps before deployment.

What do I need to run automated browser-based reviews for UI issues?

To run automated browser-based reviews for UI issues, you need a running web application, a headless browser, navigation scripts to move through the app, and a defined set of checks for visual quality, accessibility, and responsiveness across multiple viewports to generate structured findings.