qa

Automates end-to-end web app QA testing across Quick, Standard, Exhaustive tiers with health scores and summaries.

1|Updated May 27, 2026
One-click install
npx skills add https://github.com/mi179/claude-skills --skill qa-mi179
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa
Source: https://github.com/mi179/claude-skills/tree/main/user/gstack/gstack/qa
Command: npx skills add https://github.com/mi179/claude-skills --skill qa-mi179

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

QA testing systematically evaluates a web application to uncover bugs and verify fixes. It streamlines the process of identifying defects, validating changes, and maintaining quality over time.

Core Features & Use Cases

  • End-to-end QA passes: automated test execution across common user journeys with evidence for fixes.
  • Iterative bug fixing: commits each fix atomically and re-verifies, ensuring traceability.
  • Ship-readiness reporting: before/after health scores and a clear readiness summary for release.

Quick Start

Run a full QA pass on your web app and fix defects iteratively until verification.

Frequently Asked Questions about qa

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

FAQPage Schema
How do I run end-to-end QA testing on my web application?

QA testing systematically evaluates your web application by running automated end-to-end test scenarios across common user journeys to uncover bugs, verify fixes, and validate changes for maintaining quality over time.

What is ship-readiness reporting in QA automation?

Ship-readiness reporting in QA automation generates before and after health scores alongside a clear readiness summary, providing evidence for fixes to determine if a web application is ready for release.

How does iterative bug fixing work with atomic commits?

Iterative bug fixing commits each fix atomically and re-verifies the web application, enforcing deterministic steps to ensure traceability between the defect identification and the validated resolution.

Can I use Bash and Grep to verify web app fixes during QA passes?

Yes, QA testing leverages Bash, Read, Write, Edit, Glob, Grep, AskUserQuestion, and WebSearch to execute deterministic steps, evaluate web applications, and gather fix evidence during test passes.

What is the best way to evaluate a web app before release?

Running a full QA pass evaluates a web app before release by executing end-to-end scenarios, iteratively fixing defects, and producing before/after health scores with a ship-readiness summary.