qa

Execute deterministic QA test plans and report health scores for web applications.

Updated Apr 13, 2026
One-click install
npx skills add https://github.com/legotec73/gstack --skill qa-legotec73
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa
Source: https://github.com/legotec73/gstack/tree/main/qa
Command: npx skills add https://github.com/legotec73/gstack --skill qa-legotec73

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

QA teams spend hours manually testing, reproducing bugs, and validating fixes. This Skill automates the process by executing deterministic QA plans, reporting health scores, and guiding fixes with evidence.

Core Features & Use Cases

  • Automated QA testing: runs structured test suites against a web app and captures outcomes.
  • Bug reproduction and fix verification: iterates fixes with atomic commits and re-verifies health.
  • Ship-readiness reporting: produces before/after health scores and evidence to guide releases.

Quick Start

Run the qa skill on your project to begin automated testing, bug reproduction, and verification.

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 with structured test plans?

Automate QA testing for a web application by executing deterministic test plans that capture outcomes, reproduce bugs, and generate evidence. The process runs structured test suites automatically and reports health scores to validate fixes iteratively.

Can I generate ship-readiness reports with before and after health scores?

Ship-readiness reports produce before and after health scores alongside evidence of issues and fixes. These summaries guide release decisions by quantifying web application health improvements after automated QA verification cycles.

What is the best way to verify bug fixes and re-test web applications?

Verify bug fixes by guiding debugging with captured evidence, committing fixes atomically, and re-verifying health scores. This iterative QA approach ensures deterministic test plans pass before declaring a web application ship-ready.

Does automated QA testing support different tiers of test coverage?

Automated QA testing supports Quick, Standard, and Exhaustive tiers for varying test coverage. Each tier executes deterministic test plans against a web application and produces evidence of issues with corresponding health scores.

Do I need any dependencies to run structured QA tests and reproduce bugs?

No dependencies are required to run structured QA tests and reproduce bugs. The automated testing process uses included references to guide debugging, executes test plans directly, and commits fixes atomically without external dependencies.