testing-qa

Automate end-to-end QA testing and iterative bug fixing for web applications with Playwright MCP.

1|Updated Dec 31, 2025
One-click install
npx skills add https://github.com/allen-hsu/agent-arsenal --skill testing-qa-allen-hsu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: testing-qa
Source: https://github.com/allen-hsu/agent-arsenal/tree/main/plugins/shipping/skills/testing-qa
Command: npx skills add https://github.com/allen-hsu/agent-arsenal --skill testing-qa-allen-hsu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the time-consuming process of manual QA by orchestrating automated end-to-end testing and structured bug fixes for web applications. It leverages Playwright MCP tooling to interact with browsers, capture evidence, and build a ship-ready health report.

Core Features & Use Cases

  • End-to-end QA coverage with tiered testing modes (quick/standard/exhaustive) and automatic health assessment.
  • Atomic bug-fix workflow: diagnose, fix in source code with small commits, and re-verify with isolated tests.
  • Evidence-rich reporting: before/after health scores, screenshots, and a ship-readiness summary for deployments.

Quick Start

Run a complete QA pass on your web app, log results, and apply atomic bug fixes.

Frequently Asked Questions about testing-qa

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

FAQPage Schema
How do I automate end-to-end web app testing and bug fixing?

Automate end-to-end web app testing and bug fixing by orchestrating Playwright MCP tooling to execute deterministic workflows, diagnose issues, apply source code fixes, and re-verify with isolated tests.

What is the process for generating a ship-readiness report for a web application?

A ship-readiness report is generated by running tiered QA tests, capturing before and after health scores, collecting visual evidence like screenshots, and summarizing the final deployment readiness.

Does this QA testing workflow support different testing depths like quick or exhaustive modes?

Yes, the QA testing workflow supports quick, standard, and exhaustive test tiers, allowing you to scale end-to-end coverage based on your specific deployment verification needs.

Can I use Playwright MCP tools to diagnose and fix bugs in source code automatically?

Yes, you can use Playwright MCP tools to diagnose bugs, apply atomic fixes to source code with small commits, and re-verify the fixes using isolated tests.

What do I need to set up before running automated end-to-end QA tests on my web app?

You need a standard product deployment of your web app and Playwright MCP tooling configured to interact with browsers and execute deterministic testing workflows.

How does automated QA health assessment track improvements after applying bug fixes?

Automated QA health assessment tracks improvements by calculating before and after health scores during testing, providing structured evidence of fixes, and producing a final ship-readiness summary.