qa-only

Generate structured defect reports with health scores from web application QA testing.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/mmunro3318/3d-render-pipeline --skill qa-only-mmunro3318
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-only
Source: https://github.com/mmunro3318/3d-render-pipeline/tree/main/.claude/skills/gstack/qa-only
Command: npx skills add https://github.com/mmunro3318/3d-render-pipeline --skill qa-only-mmunro3318

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Report-only QA testing that systematically evaluates a web application and produces a structured defect report with a health score, screenshots, and reproducible steps — but never modifies the code.

Core Features & Use Cases

  • Generates a comprehensive QA report without applying fixes.
  • Provides health scores, annotated screenshots, and step-by-step repro steps.
  • Ideal for quick QA passes, regression checks, and exploratory testing when the user asks for a bug report without code changes.

Quick Start

Ask me to run /qa for a report-only QA pass on your web app.

Frequently Asked Questions about qa-only

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

FAQPage Schema
How do I run automated QA testing on a web app to get a bug report without changing code?

You can run report-only QA testing to systematically explore web app pages and interactions, generating a structured defect report with health scores and reproducible steps without applying fixes.

What is included in an automated web app defect report?

An automated web app defect report includes health scores, annotated screenshots, and step-by-step reproducible steps for identified bugs, providing structured documentation of defects found during systematic page exploration.

Do I need a browser automation environment to generate QA reports for web applications?

Yes, a browser automation environment is required to drive tests and assemble the final QA report. You also need access to the target URL and allowed tools like Bash, Read, Write, and AskUserQuestion to execute the testing process.

When should I use exploratory QA testing instead of applying code fixes?

Use exploratory QA testing for quick sanity checks, regression verification, or when you need bug reports without code changes. It is ideal for evaluating application health and documenting defects before committing to modifications.

Can I use this report-only QA approach for regression verification on my web app?

Yes, report-only QA is ideal for regression verification on web apps. It systematically evaluates interactions to confirm existing functionality, delivering a defect report with health scores and reproducible steps without modifying the underlying code.

What are the limitations of report-only QA testing for web applications?

The primary limitation is that report-only QA testing never applies fixes or modifies code; it strictly generates defect reports. Users must separately implement any code changes based on the provided bug reports and reproducible steps.