qa

Automate end-to-end QA testing of web applications with health scores and reports.

Updated Mar 25, 2026
One-click install
npx skills add https://github.com/Ulanxx/mzstack --skill qa-ulanxx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa
Source: https://github.com/Ulanxx/mzstack/tree/main/qa
Command: npx skills add https://github.com/Ulanxx/mzstack --skill qa-ulanxx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This QA workflow automates systematic testing, bug hunting, and verification for web applications, delivering auditable evidence and guiding atomic fixes through an end-to-end QA loop.

Core Features & Use Cases

  • Automated end-to-end web QA with tiered testing (Quick, Standard, Exhaustive) and structured health scoring.
  • Atomic bug fixes with commit-by-commit verification and ship-readiness reporting.
  • Generate evidence-rich reports including before/after health, changes, and validation.

Quick Start

Run /qa on your target URL to start automated QA testing, bug fixing, and ship-readiness verification.

Frequently Asked Questions about qa

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

FAQPage Schema
How do I automate end-to-end QA testing for a web app?

Automated end-to-end QA testing for web apps is done by running the tool on a target URL to capture interactions, hunt bugs, and verify fixes. It guides you through testing tiers and generates ship-readiness reports.

Can I get a health score and evidence report after web app testing?

Yes, web app testing generates before/after health scores and evidence-rich reports. The structured output includes captured errors, regressions, applied changes, and final validation metrics for ship-readiness verification.

What is the best way to fix bugs found during automated web testing?

The best way to fix bugs found during automated web testing is through atomic commits. The workflow enforces commit-by-commit verification, prioritizing fixes by severity to ensure each change is validated independently.

Does end-to-end QA testing support different testing depths?

End-to-end QA testing supports tiered testing depths including Quick, Standard, and Exhaustive scopes. You can configure targets to run diff-aware tests for recent changes or full-scope tests across the entire application.

How do I verify code changes don't introduce regressions in web applications?

To verify code changes don't introduce regressions, the QA workflow uses diff-aware testing and atomic bug fixes. It validates each commit sequentially and aggregates the results into a structured ship-readiness report.

What do I need to run automated QA tests on my web application?

To run automated QA tests you need a target URL for your web application. The tool operates without external dependencies, using configurable targets to execute testing, fix bugs, and generate validation outputs.