qa-only

Run automated QA passes on a web application and generate a structured report with health score, screenshots, and repro steps.

1|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/westn/gstack-pi-port --skill qa-only-westn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-only
Source: https://github.com/westn/gstack-pi-port/tree/main/port/gstack/qa-only
Command: npx skills add https://github.com/westn/gstack-pi-port --skill qa-only-westn

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 /skill:qa.

Core Features & Use Cases

  • Structured QA reports with health score, screenshots, and repro steps.
  • Non-fix QA mode to report issues without applying changes.
  • Works against a target URL and can run in CI or ad-hoc sessions.
  • Helps teams communicate quality status to stakeholders.

Quick Start

Run the qa-only skill against your target website to generate a structured QA report without applying any fixes.

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 changing any code?

To generate a non-fix QA report, run an automated testing pass against your target web application URL. The system produces a structured report with a health score, screenshots, and reproducible steps while ensuring a completely non-destructive testing session.

What is a non-destructive QA testing pass and when do I need it?

A non-destructive QA testing pass identifies defects in a web application and produces a structured report with evidence without applying any fixes. You need this non-fix approach when asked to just report bugs or collect quality status evidence for stakeholders safely.

Can I run automated browser-based web testing in a CI pipeline?

Yes, you can run automated browser-based web testing in CI or ad-hoc sessions. The testing pass executes against a target URL and outputs a structured health score with screenshots and reproducible steps suitable for continuous integration environments.

What is the best way to collect bug reproduction steps and screenshots for a website?

The best way to collect bug reproduction steps and screenshots is to run an automated QA pass. It systematically tests the web application and generates a structured report containing reproducible steps, screenshots, and a quality health score.

Does a report-only QA approach modify the target web application?

No, a report-only QA approach never modifies the target web application. It strictly performs automated browser-based testing to identify defects and outputs a structured report with a health score, leaving the application completely untouched.