qa-only

Identify QA issues in web applications and generate evidence-backed reports.

1|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/martin-hsu-test/gstack-gemini-slim --skill qa-only-martin-hsu-test
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-only
Source: https://github.com/martin-hsu-test/gstack-gemini-slim/tree/main/.gemini/skills/gstack-qa-only
Command: npx skills add https://github.com/martin-hsu-test/gstack-gemini-slim --skill qa-only-martin-hsu-test

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables deterministic, report-only QA testing for web applications, delivering a structured health score, evidence such as screenshots, and reproducible steps while never applying fixes.

Core Features & Use Cases

  • Structured QA reports with health scores, screenshots, and reproducible steps.
  • Use when asked to "bug report", "qa report only", or "test but don't fix"; for the full test-fix-verify loop, use /qa.

Quick Start

Trigger a report-only QA pass against a target URL by providing the URL and scope, then review the generated health score report.

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 application without applying fixes?

Use a report-only QA testing pass against your target URL to generate a structured health score, screenshots, and reproduction steps without applying any fixes. It enforces local-only data handling and requires a defined test scope for reproducible results.

What is included in a structured QA test report?

A structured QA test report includes a health score, screenshots, and reproduction steps for each identified issue. It defines clear test scope parameters including Target URL, Mode, Output dir, Scope, and Auth to ensure reproducible results.

What modes are supported for web app QA testing?

Supported QA testing modes include quick, full, and regression testing. Each mode generates a health score, screenshots, and reproduction steps based on the defined test scope, target URL, and authentication parameters.

Can I use manual check QA testing for regression testing?

Yes, you can perform regression testing by selecting the regression mode. The Skill generates evidence-backed reports with reproduction steps and screenshots for each finding without applying any fixes to the web application.

Does report-only QA testing modify the target web application?

No, report-only QA testing never applies fixes to the target web application. It strictly identifies QA issues and produces a structured, evidence-backed report with a health score and reproduction steps while enforcing local-only data handling.

What test scope parameters are required for reproducible QA results?

Required test scope parameters for reproducible QA results include Target URL, Mode, Output dir, Scope, and Auth. These parameters ensure the report-only testing pass generates deterministic health scores and evidence-backed findings.