qa-only

Generate a report-only QA assessment with health score and repro steps for web applications.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a framework for report-only QA testing. It systematically tests a web application and produces a structured report—health score, screenshots, and repro steps—without making any changes to production code.

Core Features & Use Cases

  • Detect issues and produce a standardized health report without applying fixes.
  • Capture evidence like screenshots and reproducible steps to help stakeholders verify quality.
  • Use Case: When asked to "just report bugs", generate a comprehensive QA report for handoff.

Quick Start

Initiate a report-only QA scan of the target web application.

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 QA report for a web application without modifying the codebase?

You can run a report-only QA assessment to systematically test a web application and output a structured health score, reproducible steps, and screenshots without applying fixes or modifying production code.

What is a health score in web application QA testing?

A health score in QA testing is a standardized metric generated by assessing a web application's quality, providing a quick snapshot of application stability alongside reproducible steps and screenshots for stakeholder verification.

How do I capture bug report evidence like screenshots and repro steps for handoff?

To capture bug report evidence for handoff, perform a report-only QA scan that automatically discovers test issues and generates standardized reproducible steps and optional screenshots to help stakeholders verify quality.

Can I use a report-only QA assessment for automated test discovery?

Yes, a report-only QA assessment supports automated test discovery to systematically detect web application issues. It produces a comprehensive health report and evidence without deploying fixes or altering the environment.

What are the limitations of a report-only QA testing approach?

The limitation of a report-only QA approach is that it strictly diagnoses and reports application quality without performing fixes or deployments. It generates health scores, repro steps, and screenshots for verification but leaves code unchanged.