qa-only

Identify web application defects and generate structured bug reports.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Report-only QA testing eliminates the risk of making changes while identifying defects, providing a structured, shareable bug report with health scores, screenshots, and reproducible steps.

Core Features & Use Cases

  • Health-score driven QA passes that document issues with evidence without applying code fixes.
  • Automated screenshot capture, step-by-step repro data, and a portable report format for handoffs to developers.
  • Use when you want a formal QA artifact rather than a fix cycle, or to triage issues before remediation.

Quick Start

Provide a target URL and optional parameters to run a quick, report-only QA pass.

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 bug report with reproducible steps for a web application?

Web application bug report generation requires browser automation to identify defects, capture screenshots, and produce a structured report with step-by-step repro data and a health score. This Skill outputs a portable format for developer handoffs without applying code fixes.

Can I run automated QA testing that documents issues without modifying my codebase?

Automated QA testing can operate in a report-only mode that identifies defects and documents them with evidence while never applying code changes or fixes. This ensures your codebase remains untouched during the triage and documentation phase.

What is the best way to run a quick smoke pass and get rapid feedback on a target URL?

A quick smoke pass on a target URL provides rapid feedback by executing a fast QA check that identifies immediate defects and generates a summary health score without a full deep-dive analysis or applying any remediation fixes.

Does report-only QA testing provide screenshots and health scores for triage?

Report-only QA testing provides health scores, automated screenshot capture, and step-by-step reproducible data. This structured artifact is designed for triage and handoffs to developers before remediation begins.

When should I use a report-only QA pass instead of an automated fix cycle?

Use a report-only QA pass when you need a formal QA artifact to triage issues before remediation, or when you want to document defects with evidence and shareable repro steps rather than triggering an automated code fix cycle.

How do I prepare a structured QA artifact for developer handoffs from a web app?

Prepare a structured QA artifact by running browser automation against a target URL to capture defects, screenshots, and reproducible steps, resulting in a portable report format that developers can use for remediation.