qa-only

Test web applications and generate a structured QA health report.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/GTC6244/ToolBridge --skill qa-only-gtc6244
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-only
Source: https://github.com/GTC6244/ToolBridge/tree/main/.claude/skills/gstack/qa-only
Command: npx skills add https://github.com/GTC6244/ToolBridge --skill qa-only-gtc6244

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Report-only QA testing. Systematically tests a web application and produces a structured report with 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) Voice triggers (speech-to-text aliases): "bug report", "just check for bugs".

Core Features & Use Cases

  • Test Coverage: Run comprehensive QA checks that validate UI flows, API responses, and state transitions without applying changes to code.
  • Evidence & Reporting: Generate a structured report with health score, screenshots, and reproducible steps for each failure.
  • Use Case: When a product owner asks for a bug-only assessment, this skill delivers a transparent QA narrative without modifying the repo.

Quick Start

Generate a report-only QA test summary for the current build.

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 for a web app without applying any code fixes?

To generate a report-only QA assessment, you can run a non-fix testing process that validates UI flows and API responses. This produces a structured health check report with screenshots and repro steps while avoiding any source code modifications.

What is report-only QA testing and when should I use it?

Report-only QA testing systematically evaluates a web application to produce a structured health snapshot without deploying fixes. Use it for build validation, regression checks, or exploratory testing when stakeholders need an objective bug report rather than code changes.

How do I capture screenshots and repro steps during bug reporting?

To capture screenshots and reproducible steps during bug reporting, run an automated evidence-collection process during web app testing. This generates a formal QA report documenting each failure with visual proof and exact replication steps.

Can I run regression checks on my current build without modifying the repository?

Yes, you can run regression checks without modifying the repository by using a non-fix testing approach. It validates state transitions and UI flows against the current build and outputs a transparent health score narrative instead of applying patches.

Does report-only testing work for both UI flows and API responses?

Report-only testing works for both UI flows and API responses by executing automated test steps across the web application. It systematically checks these layers and compiles findings into a formal QA report without altering the deployment.

When should I avoid using a non-fix QA testing approach?

You should avoid a non-fix QA testing approach when your workflow requires the testing tool to also resolve the identified bugs. If you need a complete test-fix-verify loop that modifies source code, use a full QA automation skill instead.