qa-only

Run non-fixing QA tests on web applications and generate structured bug reports.

3|3|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/tsensei/ReelMistri --skill qa-only-tsensei
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-only
Source: https://github.com/tsensei/ReelMistri/tree/main/.claude/skills/gstack/qa-only
Command: npx skills add https://github.com/tsensei/ReelMistri --skill qa-only-tsensei

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates QA testing of web applications to produce a structured bug report without changing the codebase.

Core Features & Use Cases

  • Systematic, non-invasive QA tests that verify frontend flows and API interactions
  • Structured health score, reproducible repro steps, and screenshots for each issue
  • Preview-ready reports suitable for CI integration when you need visibility without fixes
  • Proactive bug reporting suggestions without code changes when requested

Quick Start

Run a report-only QA test against the target web app to generate a structured bug report.

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 report on a web application without changing the codebase?

To run a QA report without modifying the codebase, use a non-invasive testing process that executes frontend flows and API interactions. This generates a structured report containing a health score, reproducible steps, and screenshots while ensuring no changes are written to your code.

What is a read-only QA testing report and when do I need one?

A read-only QA testing report is a structured assessment that identifies bugs in web applications without applying fixes. You need this when you require visibility into frontend flows and API issues through reproducible steps and a health score, separate from the code modification process.

How do I generate a bug report with reproducible steps for my web app?

To generate a bug report with reproducible steps, run a systematic QA test against your web application. The process verifies typical frontend flows and API interactions, outputting a structured report complete with a health score and screenshots for each identified issue.

Can I use automated QA testing to find bugs proactively without writing fixes?

Yes, you can use automated QA testing to proactively find bugs without writing fixes. This testing approach executes typical frontend flows and API interactions, suggesting issues and returning a structured report with reproducible steps while guaranteeing no code changes are applied.

Does report-only QA testing support CI integration for web applications?

Yes, report-only QA testing supports CI integration for web applications. The testing process produces preview-ready structured reports containing health scores, reproducible steps, and screenshots, giving you visibility into frontend and API issues within your pipeline without applying fixes.

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

The primary limitation of report-only QA testing is that it strictly finds issues without implementing fixes. It focuses on generating a structured report with a health score, reproducible steps, and screenshots for frontend flows and APIs, meaning subsequent code corrections must be handled separately.