qa-only

Test web applications and generate structured QA reports with health scores, screenshots, and repro steps.

Updated Jun 5, 2026
One-click install
npx skills add https://github.com/RxFit/hub-overlay --skill qa-only-rxfit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-only
Source: https://github.com/RxFit/hub-overlay/tree/main/hub/skills/gstack/qa-only
Command: npx skills add https://github.com/RxFit/hub-overlay --skill qa-only-rxfit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Bash, Read, Write, AskUserQuestion, WebSearch, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill provides a systematic approach to QA testing of web applications, focusing on generating structured reports with health scores, screenshots, and repro steps without fixing any issues.

Core Features & Use Cases

  • Report-Only QA Testing: Test web applications and produce a structured report with health score, screenshots, and repro steps.
  • Health Score: Provides a quantitative measure of the web application's health.
  • Use Case: Ideal for situations where the user needs to understand the current state of a web application without making any changes.

Quick Start

Run the qa-only skill to test the web application at 'https://example.com'.

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 testing report for a web application?

You can generate a QA testing report by running this Skill against your target URL. It performs systematic testing and outputs structured reports containing health scores, screenshots, and detailed reproduction steps.

What is a web application health score in QA testing?

A web application health score is a quantitative metric included in the structured report. It provides a measurable assessment of the application's overall quality based on the systematic QA testing results.

Does this QA testing tool fix bugs it finds?

No, this tool does not fix bugs. It operates in a report-only mode, focusing strictly on generating structured reports with health scores, screenshots, and reproduction steps for the issues it discovers.

What dependencies are needed to run web application QA testing?

Running web application QA testing requires Bash, Read, Write, AskUserQuestion, and WebSearch. These dependencies enable the execution of scripts, file operations, user interaction, and web searches during testing.

Can I use this for systematic web testing without changing my codebase?

Yes, you can use this for systematic web testing without modifying your codebase. It focuses entirely on report generation, providing health scores and reproduction steps without making any changes to the application.