qa-only

Automates report-only QA testing of a web application, producing a structured health report with screenshots and reproduction steps.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Report-only QA testing is needed to systematically test a web application and generate a structured, evidence-rich quality report (health score, screenshots, reproduction steps) without making any fixes.

Core Features & Use Cases

  • Structured QA reports with health score, screenshots, and reproducibility steps.
  • Use when you want to document bugs without applying fixes, or to produce tests for audits.
  • Proactively suggest QA reports when asked to "just report bugs" or "qa report only".

Quick Start

Run a report-only QA pass against your web app to generate a health report with screenshots and reproduction steps without applying any fixes.

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 with screenshots and reproduction steps for a web application?

To generate a QA report with screenshots and reproduction steps, you can run a report-only QA pass against your web application. This process produces a structured health report that systematically documents bugs without applying any source code fixes.

What is report-only QA testing and when do I need it?

Report-only QA testing is the process of systematically evaluating a web application to document bugs and generate a quality report without applying fixes. You need it when you want to document issues for audits or when a complete fix loop is not desired.

How do I document bugs in a web application without modifying the source code?

You can document bugs without modifying source code by running a report-only QA testing pass. This approach uses task orchestration to formally evaluate the web application and output a structured quality report with reproduction steps and evidence.

Does report-only QA testing provide a health score for my web application?

Yes, report-only QA testing provides a formal health score for your web application. The structured QA report includes this score alongside captured screenshots and detailed reproduction steps to give you a clear quality assessment.

Can I use this QA report approach when I only want to document issues without fixing them?

Yes, you can use this QA report approach when you want to document issues without fixing them. It is specifically designed for scenarios where you ask to just report bugs, ensuring documentation rather than changes to the source code.

What are the limitations of report-only QA testing for web applications?

The main limitation of report-only QA testing is that it strictly generates documentation and does not modify source code. It outputs a structured health report with reproduction steps but cannot be used to apply fixes or resolve the discovered bugs.