qa-only

Test a web application and report bugs with health score, screenshots, and repro steps.

1|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/cheng80/rummipoker --skill qa-only-cheng80
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-only
Source: https://github.com/cheng80/rummipoker/tree/main/.agents/skills/gstack-qa-only
Command: npx skills add https://github.com/cheng80/rummipoker --skill qa-only-cheng80

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Report-only QA testing. Systematically tests a web application and produces a structured report with health score, screenshots, and repro 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 the user wants a bug report without any code changes. (gstack) Voice triggers (speech-to-text aliases): "bug report", "just check for bugs".

Core Features & Use Cases

  • Non-invasive QA pass that returns a structured health report including health score, screenshots, and repro steps.
  • Proactively suggests issues without making code changes; integrates with gstack for quick invocation.
  • Use cases: when a user asks for bug reports only or wants the /qa loop to run.

Quick Start

Run a report-only QA pass on your web app 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 bug report for a web application without applying code fixes?

To generate a bug report without applying code fixes, use a non-invasive QA pass that systematically tests your web application and returns a structured report with health scores, screenshots, and repro steps.

What is a non-invasive QA pass and how does it work?

A non-invasive QA pass identifies and reports quality assurance issues on a web application while ensuring no code changes are applied, providing a structured health report ready for review.

How do I get structured QA reports with health scores and repro steps?

You can get structured QA reports with health scores and repro steps by invoking a report-only testing loop, which proactively suggests issues and outputs a ready-to-review health report.

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

Use a report-only QA loop when you want to systematically test a web application and receive a structured bug report without making code changes, unlike a full test-fix-verify loop which applies fixes.

Can I run a health score check on my web app without modifying the source code?

Yes, you can run a health score check without modifying source code by triggering a non-invasive QA pass, which evaluates the web app and returns screenshots and repro steps without applying fixes.