qa-only

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

1|Updated May 4, 2026
One-click install
npx skills add https://github.com/sanskarbasnet/fstack --skill qa-only-sanskarbasnet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-only
Source: https://github.com/sanskarbasnet/fstack/tree/main/qa-only
Command: npx skills add https://github.com/sanskarbasnet/fstack --skill qa-only-sanskarbasnet

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Report-only QA testing. Systematically tests a web application and produces a structured report with health score, screenshots, and repro steps — but never fixes anything. Use when asked to "just report bugs", "qa report only", or "test but don't fix". For the full test-fix-verify loop, use /qa instead. Proactively suggest when the user wants a bug report without any code changes. (fstack) Voice triggers (speech-to-text aliases): "bug report", "just check for bugs".

Core Features & Use Cases

  • Report-only QA passes that generate a health score, reproduce steps, and aggregated findings without applying changes.
  • Automated capture of screenshots, repro steps, and structured health metrics for sharing with teams.
  • Use Case: When a product requires an independent bug report before any code changes or deployments.

Quick Start

Ask Claude Code to run a report-only QA pass on your web app and generate a structured bug report with screenshots and 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 for a web app without applying code fixes?

To generate a bug report without code fixes, use a report-only QA pass. It systematically tests your web application and produces a structured health report with screenshots and repro steps, ensuring a clear separation between observation and remediation.

What is included in an automated QA testing health score report?

An automated QA health score report includes a calculated health score, captured screenshots, and detailed repro steps. It aggregates findings into a structured format for sharing with teams before any deployment or code changes are made.

How do I run a report-only QA pass on my web application?

You run a report-only QA pass by asking for a bug report without fixes. The process utilizes tools like Bash, Read, Write, and WebSearch to verify the web application and generate a structured report with traceable repro steps.

Does report-only QA testing support capturing screenshots and repro steps?

Yes, report-only QA testing supports capturing screenshots and repro steps. It automates the collection of these structured health metrics to provide traceable evidence of bugs without modifying the application code.

When should I use report-only QA testing instead of a full test-fix-verify loop?

Use report-only QA testing when you need an independent bug report before any code changes or deployments. If you require a full test-fix-verify loop where bugs are automatically remediated, you should use a full QA process instead.