qa-only

Run report-only QA tests on web applications and generate structured reports with health scores, screenshots, and repro steps.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

QA-only enables report-only QA testing by running checks on a web application and producing a structured report that includes a health score, screenshots, and reproduction steps, while never applying fixes.

Core Features & Use Cases

  • Systematic, non-intrusive QA: generates comprehensive test reports without modifying the codebase.
  • Health scoring and reproducible steps: delivers a clear QA summary for developers and stakeholders.
  • Use Case: when asked to 'just report bugs', 'qa report only', or to test but not fix.

Quick Start

Run the qa-only workflow against your target web app to generate a reproducible QA report.

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 with repro steps and screenshots without modifying code?

QA report generation without code modification is achieved by running a non-intrusive test loop against your web application. This produces a structured document containing a health score, screenshots, and reproduction steps while ensuring fixes are never applied.

What is a health score in web application QA testing?

A health score in QA testing is a summary metric generated within a structured report after running non-intrusive checks. It provides a clear status indicator alongside screenshots and reproduction steps to help developers quickly assess application stability.

How do I test a web application and only report bugs without applying fixes?

To test and only report bugs without applying fixes, you use a report-only QA mode. This systematically checks the web application, documents reproduction steps, and outputs a structured report without making any changes to the codebase.

Can I use Bash to drive automated QA flows and document reproduction steps?

Yes, automated QA flows can be driven using Bash alongside Read, Write, and AskUserQuestion guidance. This combination ensures reproducible test results and accurate documentation of reproduction steps without applying code fixes.

Does report-only QA testing work for both manual tests and automated flows?

Report-only QA testing is applicable across both manual tests and automated QA flows. It systematically verifies web application behavior in a non-intrusive loop, generating structured reports with health scores regardless of the testing method used.