qa

Automate browser-based QA exploration and generate Playwright tests and QA reports.

31|6|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/nickmaglowsch/claude-setup --skill qa-nickmaglowsch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa
Source: https://github.com/nickmaglowsch/claude-setup/tree/main/.claude/skills/qa
Command: npx skills add https://github.com/nickmaglowsch/claude-setup --skill qa-nickmaglowsch

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

QA pipelines automate browser-based exploration of running applications to produce a comprehensive QA report and Playwright E2E tests for regression.

Core Features & Use Cases

  • Orchestrates app reconnaissance (app-scout) and QA execution (qa-agent) to cover major user flows.
  • Generates a branch-scoped QA output directory with a qa-report.md, artifacts, and Playwright E2E tests.
  • Supports scope-driven testing via an optional argument; if no scope is provided, it tests all major flows.

Quick Start

Run the QA pipeline on your app with an optional scope to generate a branch-scoped QA report and Playwright E2E tests.

Frequently Asked Questions about qa

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

FAQPage Schema
How do I automate browser QA and regression testing for my web app?

Automate browser QA and regression testing by running a scope-aware pipeline that orchestrates app discovery and test execution across major user flows. The pipeline generates a comprehensive QA report and Playwright E2E tests inside a branch-scoped output directory.

Can I run regression tests on a specific feature scope instead of the full app?

Targeted regression testing is supported by passing an optional scope argument to the QA pipeline. If no scope is provided, the workflow defaults to full-app validation by testing all major user flows.

How does automated browser QA generate Playwright E2E tests?

Automated browser QA generates Playwright E2E tests by orchestrating an app-scout component for application discovery and a qa-agent for test generation. This workflow writes the resulting test files into a branch-scoped qa-output directory.

What's the best way to identify regressions across major user flows automatically?

Identify regressions automatically by executing browser-based QA exploration that validates user flows and produces a qa-report.md. This report details discovered regressions alongside generated artifacts within a dedicated branch output directory.

Do I need Playwright installed to generate automated QA reports and regression tests?

Playwright tests are generated as an output of the QA pipeline, serving as regression test artifacts. The pipeline orchestrates browser-based exploration to produce these tests and a qa-report.md without requiring explicit manual test scripting.