qa-only

Automate report-only QA testing of web applications with evidence and repro steps.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/gaaschk/gaasch-family --skill qa-only-gaaschk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-only
Source: https://github.com/gaaschk/gaasch-family/tree/main/.claude/skills/gstack/qa-only
Command: npx skills add https://github.com/gaaschk/gaasch-family --skill qa-only-gaaschk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Systematically tests a web application and produces a structured QA report with a health score, evidence (screenshots and logs), and reproducible steps, while never applying fixes.

Core Features & Use Cases

  • Non-destructive QA: automated browser-based testing that yields a detailed health report with screenshots, repro steps, and a clear pass/fail assessment.
  • Modes for scope: supports diff-aware testing on feature branches and full app exploration when a URL is provided, plus quick smoke checks.
  • Use cases: ideal for “just report bugs” requests, regression verification, and third-party QA reviews without code changes.

Quick Start

Ask qa-only to run a report-only QA pass on your target URL, enabling diff-aware mode when on a feature branch and review the generated .gstack/qa-reports output.

Frequently Asked Questions about qa-only

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

FAQPage Schema
How do I automate browser testing for a web app to generate a health report?

You can generate a structured health report by running an automated browser testing pass on your target URL, which captures screenshots, console logs, and reproducible steps without applying any code fixes.

Can I run a quick smoke check on a web application using just a URL?

Yes, providing a URL triggers a quick smoke check mode that performs automated browser-based testing to yield a detailed pass/fail assessment with evidence and reproducible steps.

Does QA testing support diff-aware mode for feature branch regression verification?

Yes, diff-aware testing is supported on feature branches to systematically verify regressions, while full app exploration and quick smoke checks are available when testing a provided URL.

Do I need a browse tool to perform report-only QA testing on a hosted app?

Yes, a browse tool and a target output directory are required to perform report-only QA testing, ensuring screenshots, console logs, and a navigable health score are captured for the final report.

What is the best way to get third-party QA reviews without code changes?

The best way to get third-party QA reviews without code changes is using a non-destructive automated testing approach that produces a structured report with evidence and reproducible steps.