uvs-qa

Run Playwright MCP browser QA tiers and write uv-out health state files.

2|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/utsavanand/uv-suite --skill uvs-qa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: uvs-qa
Source: https://github.com/utsavanand/uv-suite/tree/main/skills/uvs-qa
Command: npx skills add https://github.com/utsavanand/uv-suite --skill uvs-qa

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Web apps often require repetitive manual QA to verify UI, console errors, and regressions; automating this reduces time and human error.

Core Features & Use Cases

  • Automated Playwright MCP-based QA across tiers quick/standard/exhaustive.
  • Captures browser console messages, takes screenshots, and generates a qa-health report; can trigger regression test scaffolding.
  • Use Case: A QA engineer runs feature-branch validation and receives a health-stamped summary for PR checks.

Quick Start

Run a quick Playwright MCP QA run against the current app using the uvs qa command with the tier set to quick.

Frequently Asked Questions about uvs-qa

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

FAQPage Schema
How do I automate web app QA to detect console errors and visual regressions?

Automate web app QA by running Playwright MCP-driven browser tests that capture console logs and screenshots, detecting visual regressions and errors while generating a health summary report.

What is the difference between quick, standard, and exhaustive Playwright MCP test tiers?

Quick, standard, and exhaustive are multi-tier Playwright MCP test modes that scale validation depth, allowing teams to balance execution speed against comprehensive regression risk coverage.

How do I generate a QA health report for PR checks after a feature branch test?

Generate a QA health report by executing deterministic Playwright MCP tests, which output a uv-out/qa-state.md file containing health-stamped summaries to guide post-run PR actions.

Can I use Playwright MCP to scaffold regression tests for a running web application?

Yes, Playwright MCP validates running web applications by enforcing deterministic test execution and can trigger regression test scaffolding based on the captured console errors and screenshots.

How does automated browser QA integrate with commit and ship workflows?

Automated browser QA integrates with commit and ship workflows by writing uv-out health state files that document console errors and visual regressions, directly supporting downstream uvs-commit and ship actions.