qa-only

Test web applications and generate QA reports with health scores and screenshots.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill performs report-only QA testing. It systematically tests a web application and produces a structured report with a health score, screenshots, and reproducible steps — but never fixes anything. Use when asked to "just report bugs", "qa report only", or "test but don't fix". For the full test-fix-verify loop, use /qa instead. Proactively suggest when a bug report without code changes would be helpful.

Core Features & Use Cases

  • Structured non-intrusive QA: test web applications and generate a repeatable QA report containing a health score, evidence, and reproducible steps.
  • Evidence and traceability: capture screenshots, collect console logs, and document repro steps for sharing with stakeholders.
  • Usage scenarios: surface bugs for release-readiness, create handoffs for QA teams, or provide a regression-check snapshot without altering production code.

Quick Start

Issue the /qa command on your target URL to start a report-only QA and review the health score, 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 application without modifying any code?

To generate a report-only QA check, run non-intrusive tests on your web application to produce a health score, evidence screenshots, and reproducible steps without applying any fixes. This structured report is suitable for sharing with stakeholders.

What is a health score in quality assurance reporting?

A health score in quality assurance reporting is a metric generated by systematically testing a web application to summarize its overall stability. It is accompanied by evidence screenshots and reproducible steps to document the current release-readiness state.

How do I document reproducible steps and capture screenshots for a bug report?

You can document reproducible steps and capture screenshots by performing structured non-intrusive browser automation tests on a web application. This process collects evidence and console logs to create a traceable bug report for QA handoffs.

When should I use a report-only QA check instead of a full test and fix loop?

You should use a report-only QA check when you need to surface bugs for release-readiness, create handoffs for QA teams, or provide a regression snapshot without altering production code. It performs structured tests but never applies fixes.

Does non-intrusive QA testing capture console logs for stakeholder handoffs?

Yes, non-intrusive QA testing captures console logs alongside evidence screenshots and reproducible steps. This evidence collection ensures traceability and produces a consistent report format suitable for sharing with stakeholders.

Why does my QA report not include any code fixes for the identified bugs?

Your QA report does not include code fixes because this approach is designed strictly for reporting issues. It performs non-intrusive tests to generate a health score and bug documentation, directing users to the full test-fix-verify loop for actual code changes.