qa-only

Run report-only QA tests on web apps and generate a structured health report.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill performs report-only QA testing on web applications to surface bugs without applying any fixes.

Core Features & Use Cases

  • Automated QA passes generate a structured health report with evidence and repro steps.
  • Non-destructive testing means no code changes or deployments; only discovery and documentation.
  • Use Case: When asked to "just report bugs" or "qa report only," run a full or targeted QA pass and return a comprehensive report.

Quick Start

Run the QA pass on the target URL to generate a structured report with health score, 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 run a QA test on a web app without changing the code?

Report-only QA testing discovers and documents web app issues without applying fixes. It performs non-destructive testing to identify bugs, ensuring your codebase remains completely unmodified during the review process.

What is included in an automated web app QA health report?

An automated QA health report includes a health score, screenshots, console error logs, and structured repro steps. It documents discovered issues with evidence for full regression tests or targeted page checks.

How do I generate bug repro steps for a targeted web page check?

Provide a target URL and mode to generate bug repro steps for a targeted web page check. The automated QA pass navigates the page, captures screenshots, logs console errors, and documents exact issue reproduction steps.

Can I use automated QA to find bugs across a full regression test?

Yes, you can use automated QA to find bugs across a full regression test. By setting the appropriate mode, the Skill navigates the target URL, captures evidence, and documents issues without deploying code changes.

Does report-only QA testing modify my existing web application deployments?

Report-only QA testing does not modify your existing web application deployments. It focuses entirely on non-destructive discovery and documentation, meaning no code changes or deployments occur while generating the structured health report.