qa

Automate web application QA testing across four modes and generate structured health reports.

Updated Apr 20, 2026
One-click install
npx skills add https://github.com/GS-Personal/gstack --skill qa-gs-personal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa
Source: https://github.com/GS-Personal/gstack/tree/main/qa
Command: npx skills add https://github.com/GS-Personal/gstack --skill qa-gs-personal

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Systematically QA test a web application to uncover defects, ensure quality, and generate structured reports.

Core Features & Use Cases

  • Four modes: diff-aware (automatic on feature branches — analyzes git diff, identifies affected pages, tests them), full (systematic exploration), quick (30-second smoke test), regression (compare against baseline). Produces a structured report with health score, screenshots, and repro steps.

Quick Start

Provide the target URL and the desired mode to start a QA session against your web app.

Frequently Asked Questions about qa

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

FAQPage Schema
How do I automate web testing for a feature branch?

Automated web testing for a feature branch uses diff-aware mode to analyze git diffs, identify affected pages, and test them automatically. This targets regression risks by evaluating only the changed code paths.

What is regression testing and how does it compare against a baseline?

Regression testing compares current application behavior against a saved baseline to detect defects. It systematically evaluates the web app to ensure new changes have not broken existing functionality.

Can I run a quick smoke test on my web app?

You can run a quick smoke test using the 30-second quick mode. It provides a rapid evaluation of your web application's core health, outputting a structured report with a health score and screenshots.

How do I generate structured QA reports with reproducible steps?

QA reports with reproducible steps are generated automatically after testing a web application. The structured output includes a health score, screenshots, and detailed steps to reproduce any uncovered defects.

Does diff-aware testing identify affected pages automatically?

Yes, diff-aware testing automatically analyzes git diff on feature branches to identify and test affected pages. It systematically evaluates only the impacted areas of your web application to uncover defects.

What is the best way to systematically explore a web app for defects?

The best way to systematically explore a web app for defects is using full mode. It performs systematic evaluation across the entire application to uncover defects and ensure overall quality.