qa-only

Test web application flows and generate a structured QA report with screenshots and repro steps.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

QA teams often need to validate a web application and produce a detailed report of issues without fixing them, preserving the original state for triage and audit trails.

Core Features & Use Cases

  • Systematically tests a web application to surface bugs and issues.
  • Outputs a structured report including health score, evidence (screenshots), and clear repro steps, without making code changes.
  • Ideal for "just report bugs" or "test but don't fix" scenarios; can be used on feature branches or after deployments to verify stability.

Quick Start

Run the QA unit in report-only mode against the target web app to generate a bug report with screenshots and repro steps.

Frequently Asked Questions about qa-only

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

FAQPage Schema
How do I generate a QA report for a web app without applying fixes?

To generate a QA report for a web app without applying fixes, use a report-only testing mode that documents bugs and captures evidence while preserving the original state for triage.

Can I test a feature branch and get screenshots with repro steps?

Yes, you can test a feature branch to get screenshots with repro steps by running a non-destructive testing pass that systematically surfaces issues and captures structured evidence.

What is included in a structured web application bug report?

A structured web application bug report includes a health score, screenshots for evidence, and clear repro steps, ensuring a reproducible set of issues without making code changes.

When do I need a non-destructive QA testing pass?

You need a non-destructive QA testing pass when you want to validate a web application and produce a detailed audit trail of issues without altering the codebase.

Does report-only QA testing work for post-deployment stability checks?

Yes, report-only QA testing works for post-deployment stability checks by systematically testing the web application to surface bugs and output a structured health score with organized evidence.

Are there limitations to testing web apps in report-only mode?

The limitation of report-only mode is that it strictly documents bugs and generates a structured report without applying fixes, requiring a separate process to resolve the identified issues.