qa-only

Test a web application and generate a structured QA report with health score, screenshots, and repro steps.

Updated Dec 26, 2025
One-click install
npx skills add https://github.com/tony30552001/Genpic-master --skill qa-only-tony30552001
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-only
Source: https://github.com/tony30552001/Genpic-master/tree/main/.agents/skills/gstack/qa-only
Command: npx skills add https://github.com/tony30552001/Genpic-master --skill qa-only-tony30552001

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

QA debugging can be time-consuming when you need only a report without changes. This Skill provides a read-only QA workflow that generates a structured report including a health score, screenshots, and repro steps, without touching the codebase or deployment.

Core Features & Use Cases

  • Read-only QA pass that systematically tests a web application and outputs a structured report with a health score, screenshots, and repro steps.
  • Useful when asked to "qa report only" or "test but don't fix", or for audits and bug triage where changes are not desired.
  • Proactively suggest issues or repro steps when requested, without implementing any fixes.

Quick Start

Invoke the qa-only workflow on your web app to generate a structured bug report without making changes.

Frequently Asked Questions about qa-only

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

FAQPage Schema
How do I run a read-only QA pass on a web app without applying fixes?

A read-only QA pass systematically tests a web app to identify bugs and generates a structured report with a health score, screenshots, and repro steps without modifying the codebase.

Can I generate a bug report with reproducible steps and screenshots for my web application?

Yes, you can generate a structured bug report containing a health score, screenshots, and reproducible steps by running a diagnostic QA workflow on your web application.

What is a QA health score and how does it help with bug triage?

A QA health score is a metric in a structured bug report that summarizes the overall quality of a web app, helping you prioritize bug triage and audits without implementing fixes.

How do I test a web application but not fix the issues found?

You can test a web application without fixing issues by using a read-only diagnostic workflow that fulfills constraints to gather information and output a report without making changes.

Does a read-only QA report include screenshots and reproducible steps for identified issues?

Yes, a read-only QA report proactively identifies issues and includes screenshots and reproducible steps to document web app behavior without implementing any codebase changes.

When should I use a report-only QA workflow instead of fixing bugs directly?

Use a report-only QA workflow for audits, bug triage, or when changes are not desired, ensuring you receive a structured health score and bug report without touching the deployment.