executar-qa

Automate end-to-end QA validation with Playwright MCP and WCAG checks.

1|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/leonanpereirapinto/ai-utils --skill executar-qa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executar-qa
Source: https://github.com/leonanpereirapinto/ai-utils/tree/main/skills/spec-driven/executar-qa
Command: npx skills add https://github.com/leonanpereirapinto/ai-utils --skill executar-qa

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve?

QA teams spend manual effort validating feature implementations against PRD, Tech Spec, and Tasks across multiple environments.

Core Features & Use Cases

  • E2E tests with Playwright MCP to verify user flows end-to-end.
  • Accessibility verification conforming to WCAG 2.2 for screens and components.
  • Visual verification through screenshot-based checks and UI state differences.
  • Bug documentation and consolidated QA reporting, including a final results document.
  • Automated guidance for running QA on demand during feature delivery.

Quick Start

Run automated QA for the current feature by validating PRD, Tech Spec, and tasks, then generate a comprehensive QA report with evidence.

Frequently Asked Questions about executar-qa

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

FAQPage Schema
How do I automate E2E test execution and accessibility checks for feature validation?

Automate E2E test execution and accessibility checks by running Playwright MCP-based user flow tests and WCAG 2.2 conformance verifications. This process validates feature implementations against PRD and Tech Spec documents to generate a consolidated QA report.

What is the best way to generate a consolidated QA report with bug documentation and screenshots?

Generate a consolidated QA report with bug documentation by capturing screenshots during automated E2E test execution and visual verification. This documents UI state differences and accessibility failures into a final results document for release decisions.

Does this automated QA process verify WCAG 2.2 accessibility conformance for components?

Yes, the automated QA process verifies WCAG 2.2 accessibility conformance for screens and components. It executes accessibility checks alongside E2E tests to ensure feature implementations meet required conformance standards.

Can I use Playwright MCP to validate user flows against my Tech Spec and PRD?

Yes, you can use Playwright MCP to validate user flows against your Tech Spec and PRD. The automated QA process runs Playwright MCP-based E2E tests to verify feature implementations and enforce environment checks during delivery cycles.

How do visual verification and screenshot-based checks work in automated E2E testing?

Visual verification and screenshot-based checks work by capturing UI state differences during automated E2E testing. This mechanism documents bugs with visual evidence, applying checks against the PRD to support comprehensive QA reporting.