qa-only

Test web applications and generate structured health reports with evidence.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

QA teams often generate ad-hoc bug reports and manual test artifacts; qa-only provides a report-only QA testing workflow that systematically tests a web application and produces a structured report with health score, screenshots, and reproduction steps — but never fixes anything.

Core Features & Use Cases

  • Report-only QA testing: systematically tests a web app and produces a structured report with evidence and steps to reproduce.
  • Evidence collection: captures screenshots, logs console errors, and records reproduction steps for each issue.
  • Use Case: When you want visibility into quality without making changes, you can summon the qa-only flow to document issues for later fixes.

Quick Start

Run a report-only QA pass on the active web app and generate a structured bug-report with evidence 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 QA testing on a web app without modifying the source code?

Report-only QA testing systematically navigates web app pages, simulates user interactions, and collects issues with screenshots and logs without applying fixes or altering deployments. It documents findings in a structured health report for later review.

What is a structured QA health report and what evidence does it include?

A structured QA health report is a shareable Markdown or JSON document that summarizes web application quality. It includes a health score, console error logs, captured screenshots, and detailed reproduction steps for each identified issue.

How do I automate bug reporting and collect reproduction steps for web applications?

Automate bug reporting by running a report-only QA pass that simulates user interactions and logs outcomes for traceability. It automatically captures screenshots, records console errors, and generates shareable Markdown or JSON reports with reproduction steps.

Can I target specific pages for quality assurance testing instead of scanning the full web app?

Yes, quality assurance testing can be configured to run across the full web application or targeted areas. This allows you to focus automated testing, evidence collection, and health report generation on specific pages or user flows.

Does report-only QA testing apply fixes or alter my deployment?

No, report-only QA testing never applies fixes or alters source code and deployments. It strictly performs automated testing, navigates pages, and collects evidence to produce a structured bug report for your development team.