qa

Automate QA testing of web applications with tiered testing and ship-readiness summaries.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a disciplined, manual-trigger QA workflow to systematically test a web application, surface defects, and guide atomic fixes with verification and ship-readiness readiness.

Core Features & Use Cases

  • Manual trigger only: start QA on demand and choose the testing tier (Quick, Standard, Exhaustive).
  • End-to-end cycle: run tests, log bugs, apply atomic fixes, and re-check until ship-ready.
  • Health and evidence: generate before/after health scores and a ship-readiness summary for each run.
  • Reference-driven guidance: aligns with upstream gstack QA practices and provides a structured workflow for teams.

Quick Start

Invoke /qa to start a QA pass or /qa-only for a report-only run.

Frequently Asked Questions about qa

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

FAQPage Schema
How do I run systematic QA testing and bug fixes for a web application?

Manual-trigger QA testing runs end-to-end cycles to surface defects, apply atomic code fixes, and re-check outcomes across builds. It generates health scores and ship-readiness summaries to guide web application releases.

Can I generate a ship-readiness report without applying code fixes?

Yes, you can generate a ship-readiness report without applying code fixes by invoking the report-only run mode. This evaluates web application health and produces readiness summaries without modifying the codebase.

Does this QA workflow support manual triggering and regression checks?

Yes, the QA workflow supports manual triggering to start testing on demand and performs regression checks. It isolates issues and verifies outcomes across builds to ensure web application stability before release.

What is the best way to isolate issues and apply atomic fixes during testing?

The best way to isolate issues and apply atomic fixes is through a structured QA workflow that tests tiers, logs bugs, and verifies outcomes. It applies fixes atomically and re-checks until the build is ship-ready.

What testing tiers can I choose when starting a QA pass on demand?

When starting a QA pass on demand, you can choose from Quick, Standard, or Exhaustive testing tiers. Each tier defines a different depth of web application testing, bug isolation, and verification.