qa

Run systematic QA cycles on web applications and fix bugs with re-verification.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates systematic QA testing of web applications and guides rapid bug fixes, reducing manual toil and accelerating release readiness.

Core Features & Use Cases

  • Systematic QA cycles with quick, standard, and exhaustive testing tiers to vet features and catch edge cases.
  • Iterative, atomic bug fixes with re-verification and evidence documentation to support traceability.
  • Ship-readiness reporting, including before/after health scores and fix evidence to inform deployment decisions.

Quick Start

Run the QA workflow on the target web app, triage found bugs, and commit fixes.

Frequently Asked Questions about qa

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

FAQPage Schema
How do I systematically QA test a web application before release?

Systematically QA test a web application by running structured testing cycles that triage discovered bugs and apply iterative, atomic fixes to ensure stable releases. This workflow coordinates re-verification to validate fixes.

What's the best way to fix bugs found during web application QA testing?

Fix bugs found during QA testing by applying iterative, atomic fixes that target individual issues, followed by immediate re-verification. This approach maintains traceability and prevents regressions by isolating each fix and documenting the evidence.

How do I generate ship-readiness reports with health scores for my web app?

Generate ship-readiness reports by running comprehensive QA testing cycles that produce before and after health scores. These reports include fix evidence, allowing you to evaluate deployment readiness and track application stability improvements.

Does this QA testing workflow support different levels of test coverage?

Yes, this QA testing workflow supports three tiers of test coverage: Quick, Standard, and Exhaustive. You can choose the appropriate tier to vet features and catch edge cases based on your specific release requirements.

Can I use this for triaging edge cases in web application testing?

Yes, you can use the exhaustive testing tier to triage edge cases in web application testing. The exhaustive tier is specifically designed to catch edge cases, ensuring your web application is thoroughly vetted before deployment.

Why should I use atomic fixes during a QA cycle instead of bulk updates?

Atomic fixes during a QA cycle isolate changes to individual bugs, ensuring precise re-verification and clear fix evidence. This prevents regressions and maintains release stability by verifying each fix independently before moving forward.