qa

Execute structured QA testing suites to uncover web application defects.

2|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/jayzalowitz/skytwin --skill qa-jayzalowitz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa
Source: https://github.com/jayzalowitz/skytwin/tree/main/.claude/skills/gstack/qa
Command: npx skills add https://github.com/jayzalowitz/skytwin --skill qa-jayzalowitz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

QA teams waste cycles chasing flaky releases. This Skill provides a structured approach to automated and manual QA to catch bugs early and ensure stable software.

Core Features & Use Cases

  • Structured QA passes that reproduce user flows
  • Iterative bug fixing with atomic commits and re-verification
  • Ship-readiness evaluation with before/after health scores and evidence

Quick Start

Run a QA pass on the current build and verify fixes end-to-end.

Frequently Asked Questions about qa

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

FAQPage Schema
How do I run automated QA testing to catch bugs in a web app?

Automated QA testing executes a structured suite to reproduce user flows and uncover defects in a web app. It guides iterative bug fixes and verification to ensure stable software before release.

What is the best way to evaluate ship-readiness for a web application?

Evaluating ship-readiness involves running a QA pass to generate before and after health scores with evidence. This communicates quality to developers and product stakeholders to confirm release readiness.

Can I use tiered testing levels for different QA workflows?

Yes, QA testing supports multiple tiers including Quick, Standard, and Exhaustive levels. These tiers target workflows from initial exploration to release readiness, allowing you to match testing depth to your current stage.

How do I verify bug fixes without introducing new issues?

Verifying bug fixes requires iterative testing with atomic commits and re-verification. This structured approach isolates changes, ensuring each fix resolves the defect without causing regressions in the web app.

Does structured QA reporting help communicate software quality to stakeholders?

Structured QA reporting communicates quality to developers and product stakeholders by providing evidence and health scoring. This replaces flaky release cycles with clear, verifiable metrics on ship-readiness.

When do I need exhaustive testing instead of a quick QA pass?

Exhaustive testing is needed for final release readiness, while a quick QA pass suits early exploration. Selecting the appropriate tier ensures you catch defects efficiently without wasting cycles on unnecessary depth.