qa

Automate web application QA testing with tiered end-to-end flows and bug detection.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/zzxtbeta/design-handbook --skill qa-zzxtbeta
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa
Source: https://github.com/zzxtbeta/design-handbook/tree/main/.agents/skills/gstack/qa
Command: npx skills add https://github.com/zzxtbeta/design-handbook --skill qa-zzxtbeta

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates QA testing for web applications, surfacing bugs and guiding incremental fixes so teams ship more reliable software.

Core Features & Use Cases

  • End-to-end QA testing across features and workflows
  • Bug detection with evidence and before/after health scores
  • Guided fixes with atomic commits and re-verification
  • Tiered testing: Quick, Standard, Exhaustive for different risk levels
  • Health metrics and ship-readiness summaries for release planning

Quick Start

Ask the agent to run QA on this site to start automated testing, bug detection, and guided fixes.

Frequently Asked Questions about qa

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

FAQPage Schema
How do I automate QA testing for a web application before a release?

Run tiered automated QA testing across web application features to detect bugs and verify fixes. This enforces before and after health scores, collects evidence, and generates ship-readiness summaries to validate release readiness.

What is the best way to verify bug fixes and prevent regressions in web apps?

Verify bug fixes through guided incremental checks with atomic commits and re-verification. This regression prevention method integrates version control to ensure fixes are isolated, validated, and tracked across the codebase.

Does automated QA testing work for different risk levels like quick checks and exhaustive bug hunts?

Automated QA testing supports different risk levels through Quick, Standard, and Exhaustive tiers. These tiers accommodate rapid feature launches, standard regression checks, and deep bug hunts for release readiness.

How do I track ship-readiness and health metrics for my web application?

Track ship-readiness by enforcing before and after health scores during automated QA testing. The process generates ship-readiness summaries that provide clear health metrics for release planning and confidence assessment.

Can I integrate bug fixes with version control and changelog commits?

Integrate bug fixes with version control and changelog commits to achieve atomic updates. This ensures each fix is isolated, re-verified, and tracked systematically, maintaining codebase integrity during release cycles.