qa-only

Run QA-only tests and generate a structured bug report with health score, screenshots, and reproduction steps.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/Intension-us/attention-diagnostic --skill qa-only-intension-us
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-only
Source: https://github.com/Intension-us/attention-diagnostic/tree/main/.claude/skills/gstack/qa-only
Command: npx skills add https://github.com/Intension-us/attention-diagnostic --skill qa-only-intension-us

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Report-only QA testing that systematically tests a web application and produces a structured report with a health score, screenshots, and repro steps — but never fixes anything. Use when asked to "just report bugs", "qa report only", or "test but don't fix". For the full test-fix-verify loop, use /qa instead. Proactively suggest when the user wants a bug report without any code changes. (gstack)

Core Features & Use Cases

  • Structured, reproducible QA reports without code changes.
  • Health score, screenshots, and clear reproduction steps.
  • Proactive bug-report suggestions when a no-fix report is requested.

Quick Start

Ask Claude to run qa-only tests on your app by issuing the /qa command.

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 applying any code fixes?

Run QA-only testing to systematically test your web app and generate a structured bug report with a health score, screenshots, and reproduction steps, while never modifying the codebase.

What is a health score in the context of web application QA reports?

A health score is a metric included in a structured QA report that helps stakeholders understand the overall stability and issue severity of a web application without changing the product.

How do I generate a bug report with reproduction steps and screenshots for my web app?

Automate report-only QA testing to produce a structured, replayable bug report that includes screenshots, reproduction steps, and a health score for your web application.

Does QA-only testing modify my source code when it finds a bug?

No, QA-only testing systematically reports bugs with reproduction steps and screenshots but never applies fixes to the codebase, ensuring the product remains unchanged.

What is the best way to get proactive bug-report suggestions instead of just a test summary?

Use QA-only testing to proactively generate structured bug reports with clear reproduction steps and a health score, providing actionable insights rather than a simple summary.

When should I choose report-only QA over a full test-fix-verify loop?

Choose report-only QA when you need a structured bug report with screenshots and a health score for stakeholder review without applying any code changes to the product.