qa-only

Run non-destructive QA tests on web applications and export structured reports to .gstack/qa-reports.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/Bradliebs/VolumeTurtle --skill qa-only-bradliebs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-only
Source: https://github.com/Bradliebs/VolumeTurtle/tree/main/.gstack/qa-only
Command: npx skills add https://github.com/Bradliebs/VolumeTurtle --skill qa-only-bradliebs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Surface issues in a web application without changes to code, providing a structured QA report with health scores, evidence, and reproducible steps.

Core Features & Use Cases

  • End-to-end testing: simulate user interactions across login, form submissions, and critical flows.
  • Evidence-rich reports: include health scores, screenshots, and explicit repro steps for each finding.
  • Non-destructive workflow: never applies fixes; ideal for bug hunts and QA sign-off.

Quick Start

Run a full QA pass on your target URL and export the structured report to .gstack/qa-reports.

Frequently Asked Questions about qa-only

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

FAQPage Schema
How do I automate QA testing for a web application without modifying the codebase?

Automated QA testing without code modification is achieved by running non-destructive end-to-end simulations on your web application. The Skill executes user journeys like form submissions, captures evidence, and generates a structured health report without applying any fixes.

Can I generate QA reports with screenshots and reproducible steps for bug hunting?

Yes, you can generate evidence-rich QA reports that include health scores, screenshots, and explicit reproducible steps. These reports are exported to a dedicated .gstack/qa-reports directory, providing structured evidence for each finding during bug hunts or QA sign-offs.

What does non-destructive QA testing mean for dynamic web application states?

Non-destructive QA testing means the process simulates user interactions across dynamic states and critical flows but never applies fixes to the application. It strictly surfaces issues and documents them with screenshots and reproducible steps in a structured health report.

Does this QA testing workflow cover end-to-end user journeys like login and form submissions?

Yes, the QA testing workflow covers end-to-end user journeys including login flows, form submissions, and critical application paths. It automates these interactions to surface issues and exports the findings into a structured health report.

What is the best way to surface web application issues for a QA sign-off?

The best way to surface web application issues for QA sign-off is to automate a full QA pass that simulates common user journeys. This process generates a structured health report complete with health scores, screenshots, and reproducible steps without altering the code.

Are there limitations to what this automated QA testing can do after finding issues?

The primary limitation is its non-fixing workflow; the automated QA testing strictly surfaces issues and generates structured reports with reproducible steps. It never applies fixes to the code, meaning developers must address the findings separately.