qa-only

Execute a structured QA workflow to report defects with a health score, screenshots, and reproducible steps.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It eliminates the guesswork in QA by running report-only tests that generate a structured, evidence-backed report including a health score, screenshots, and reproducible steps, while never applying fixes.

Core Features & Use Cases

  • Health score and evidence: generate a concise health assessment with attached screenshots.
  • Repro steps: capture deterministic reproduction steps for each defect.
  • Non-fix policy: focus on discovery and reporting; use when you want a bug report without code changes.

Quick Start

Run the qa-only workflow by issuing /qa-only to generate a structured report with a health score, screenshots, and reproducible 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 with reproducible steps for a web application?

To generate a bug report with reproducible steps for a web application, run a structured QA workflow that identifies defects and outputs a consistent report with deterministic reproduction steps, evidence screenshots, and a health score.

What is a report-only QA workflow and when should I use it?

A report-only QA workflow executes tests to identify and report defects without applying any code changes. Use it for regression checks, bug hunts, and testing new features on live or staging environments when you need evidence-backed discovery.

How do I get a health score and evidence screenshots for my staging environment?

You get a health score and evidence screenshots by executing a structured QA workflow on your staging environment. This process assesses application health and attaches screenshots to provide concise, evidence-backed defect reports.

Can I use this QA workflow for regression checks without modifying code?

Yes, you can use this QA workflow for regression checks without modifying code. It enforces a non-fix policy that focuses entirely on discovery and deterministic reporting, ensuring no code changes are made during testing.

Does the generated bug report format support downstream triage?

Yes, the generated bug report format supports downstream triage. The QA workflow enforces deterministic reporting and clear failure modes to produce a consistent report format compatible with downstream triage processes.