qa-only

Run report-only QA tests on web applications and generate structured health reports with screenshots.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

QA teams want repeatable, non-intrusive evaluation of a web application that surfaces issues without making changes. This Skill provides a report-only QA pass that documents health scores, captures screenshots, and records reproducible steps for reviewers.

Core Features & Use Cases

  • Systematically runs web app tests to produce a structured QA report with health score, screenshots, and repro steps, never applying fixes.
  • Supports when you need a quick verification or a release-readiness audit without code changes.
  • Integrates with /qa workflows to produce test evidence and traceability for product and engineering.

Quick Start

Run the /qa command in your project to start a report-only QA pass and generate a structured QA report.

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 non-intrusive QA test on a web app without modifying the codebase?

Run a non-intrusive QA test by executing automated checks that capture screenshots, logs, and reproducible steps. This generates a structured health report detailing issues for review without applying any codebase modifications.

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

A report-only QA pass systematically evaluates a web application to surface bugs and document health scores. Use it for bug hunts or release-readiness audits where you need test evidence and traceability but must not apply fixes.

How do I capture screenshots and reproducible steps for bug reports?

Capture screenshots and reproducible steps by running automated web app checks. The process records test evidence and structured logs, outputting a report suitable for engineering and product reviewers to trace issues.

Can I use automated QA testing for a release readiness audit without fixing code?

You can use automated QA testing for a release readiness audit without fixing code. The process performs non-intrusive checks, producing a structured health report and test evidence to verify stability before release.

Does report-only QA integrate with existing /qa workflows?

Report-only QA integrates with /qa workflows to produce test evidence and traceability. It systematically runs web app tests, capturing screenshots and repro steps to support product and engineering review processes.