qa-only

Tests a web application and produces a structured QA report without fixing anything.

1|Updated Jul 23, 2026
One-click install
npx skills add https://github.com/sanjanb/my-agent-harness --skill qa-only-sanjanb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-only
Source: https://github.com/sanjanb/my-agent-harness/tree/main/skills/gstack-qa-only
Command: npx skills add https://github.com/sanjanb/my-agent-harness --skill qa-only-sanjanb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When you want an honest assessment of a web application's health without any code changes, this Skill systematically tests the app and delivers a structured bug report with a health score, screenshots, and reproduction steps — while guaranteeing nothing gets modified. ## Core Features & Use Cases - Report-Only Testing: Systematically exercises a web application and records defects, but never edits source code or applies fixes. - Structured QA Report: Produces a health score, annotated screenshots, and step-by-step reproduction instructions for every bug found. - Use Case: Before a release, ask for a read-only QA pass on your staging site. You receive a prioritized bug report with screenshots and repro steps that you can hand to developers, while the codebase stays untouched. ## Quick Start Ask the agent to run a report-only QA pass on the web app and list every bug found with screenshots and repro steps, without changing any code.

Frequently Asked Questions about qa-only

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get a QA report without changing any code?

Invoke the qa-only skill against your running web application. It systematically tests the app and returns a structured report with a health score, screenshots, and reproduction steps, while guaranteeing no source files are modified.

What is the difference between qa-only and the full qa skill?

qa-only is report-only: it finds and documents bugs but never fixes them. The full /qa skill runs the complete test-fix-verify loop, applying code changes and re-testing until issues are resolved.

What does the QA report include?

The report contains an overall health score for the application, annotated screenshots of each defect, and step-by-step reproduction instructions so developers can confirm and fix every issue independently.

When should I use report-only QA testing?

Use it when you want a bug list without code changes, such as before handing work to another developer, auditing a third-party build, or validating staging before a release. Trigger phrases include "just report bugs" and "test but don't fix".

Can qa-only fix the bugs it finds?

No. qa-only is intentionally read-only and never modifies code. If you want defects fixed after they are found, run the full /qa skill, which performs the test-fix-verify loop.