qa

Execute automated web app QA tests and guide atomic bug fixes.

Updated Mar 27, 2026
One-click install
npx skills add https://github.com/TobiasPerry/aws-hackathon --skill qa-tobiasperry
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa
Source: https://github.com/TobiasPerry/aws-hackathon/tree/main/.claude/skills/gstack/qa
Command: npx skills add https://github.com/TobiasPerry/aws-hackathon --skill qa-tobiasperry

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates end-to-end QA testing and bug-fix cycles for web apps, enabling rapid detection and verification of issues and guiding atomic code changes.

Core Features & Use Cases

  • Automated QA testing across flows and components, with reproducible steps and evidence.
  • Guided, atomic bug fixes with before/after verification and ship-readiness summaries.
  • Tiered testing strategy (Quick, Standard, Exhaustive) to balance speed and coverage.
  • Memory of past runs to reduce regressions and improve triage over time.

Quick Start

Run the QA cycle to test a site, fix bugs, and re-verify changes.

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 web applications?

Automate end-to-end QA testing by executing automated tests across feature pages, forms, and workflows, then capturing evidence and generating ship-readiness reports with before/after health scores.

What is the best way to fix bugs and verify ship-readiness for web apps?

Fix bugs and verify ship-readiness through guided atomic code changes, executing before and after verification to ensure issues are resolved and generating a summary of application health.

How do I balance test coverage and speed during web app QA cycles?

Balance test coverage and speed using tiered testing strategies, choosing Quick, Standard, or Exhaustive tiers to apply appropriate depth across web app features and workflows.

Does this QA automation tool support regression testing?

Regression testing is supported through memory-driven prioritization, which remembers past test runs to reduce regressions and improve bug triage over subsequent cycles.

Can I use this for testing complex web app workflows and forms?

You can use this for testing complex web app workflows and forms, as the automated QA process applies across feature pages, capturing reproducible steps and evidence for various components.

What do I need to run automated tests and commit atomic bug fixes?

You need tooling to run automated tests, commit fixes atomically, and generate ship-readiness reports, ensuring the environment supports executing end-to-end cycles and capturing verification evidence.