qa-only

Run automated QA tests on web applications and generate structured reports.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires selenium, puppeteer, browserstack-local, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides systematic QA testing for web applications, producing detailed reports with health scores, screenshots, and repro steps, without attempting to fix any issues.

Core Features & Use Cases

  • Report-Only QA Testing: Perform thorough testing of a web application and generate a structured report.
  • Health Score & Screenshots: Evaluate the application's health and provide visual evidence of issues.
  • Repro Steps: Offer clear steps to reproduce identified issues.
  • Use Case: For a newly deployed feature, use this Skill to ensure its functionality is as expected and document any potential bugs.

Quick Start

Run the /qa-only skill with the URL of the web application you want to test.

Frequently Asked Questions about qa-only

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

FAQPage Schema
How do I generate structured QA testing reports for a web application?

You can generate structured QA testing reports by running automated tests on a web application URL. The system evaluates functionality and outputs a report containing health scores, screenshots, and repro steps for identified issues.

What is automated bug detection with health scores and screenshots?

Automated bug detection with health scores and screenshots is a QA testing process that evaluates web application functionality. It systematically identifies issues and generates visual evidence alongside a quantified health score for the application.

Do I need Selenium and Puppeteer to run automated web application testing?

Yes, you need browser automation tools like Selenium and Puppeteer to run this automated web application testing. These dependencies enable the browser interactions required to verify user experience and detect bugs.

Can I use Browserstack Local for automated QA testing on web applications?

Yes, Browserstack Local is supported as a dependency for automated QA testing. It facilitates browser automation workflows to systematically test web applications and generate detailed reports.

What is the best way to document bug reproduction steps during web testing?

The best way to document bug reproduction steps during web testing is using an automated QA reporting tool. It systematically captures and records clear repro steps for any identified issues without attempting to fix them.

Does this automated testing tool fix the bugs it detects?

No, this automated testing tool does not fix the bugs it detects. It focuses entirely on systematic QA testing to document issues, providing structured reports with health scores and reproduction steps for development teams.