qa-only

Run report-only QA testing on web applications to produce health scores, screenshots, and reproduction steps.

9|3|Updated Jan 29, 2022
One-click install
npx skills add https://github.com/I194/PMTools_2.0 --skill qa-only-i194
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-only
Source: https://github.com/I194/PMTools_2.0/tree/main/.claude/skills/gstack/qa-only
Command: npx skills add https://github.com/I194/PMTools_2.0 --skill qa-only-i194

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. Voice triggers (speech-to-text aliases): "bug report", "just check for bugs".

Core Features & Use Cases

  • Deterministic, read-only QA runs that output a health score, screenshots, and reproducible repro steps.
  • Non-intrusive workflow that avoids code changes and automated fixes.
  • Use cases: quick health checks on live sites or staging environments when a pure bug report is required.

Quick Start

Provide a report-only QA run on the target app to generate a structured bug 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 bug report for a web application without modifying the code?

A non-intrusive QA testing pass generates a structured bug report with a health score, screenshots, and repro steps while never applying fixes. It systematically tests the web app in read-only mode to ensure the live environment remains completely unmodified.

Can I run QA testing on a live staging environment without causing downtime?

Yes, non-intrusive QA testing is explicitly scoped for on-demand passes on live or staging environments. It executes deterministically without applying automated fixes or data modifications, ensuring operations continue without downtime.

What is included in a structured QA health score report for web applications?

A structured QA health score report includes a calculated health score, screenshots of the web application, and detailed reproduction steps for found bugs. It provides a self-contained overview of application stability without modifying code.

Does report-only QA testing automatically fix the bugs it finds?

No, report-only QA testing never fixes anything. It strictly produces a structured report with screenshots and reproducible steps, leaving the actual test-fix-verify loop to separate workflows.

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

Use a report-only QA pass when you need a quick health check or a pure bug report for a live or staging environment. If your goal includes applying automated fixes and verifying them, a full test-fix-verify workflow is required instead.

How do I get reproducible steps for bugs found during web application testing?

Report-only QA testing automates the generation of detailed reproduction steps alongside screenshots and a health score. It systematically interacts with the web application to capture deterministic repro steps for any bugs encountered.