qa-only

Run a report-only QA sweep on a target URL and document issues.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

QA-only provides structured, non-intrusive testing to identify defects in a web application and generate a detailed, evidence-rich report without modifying the codebase.

Core Features & Use Cases

  • Systematic exploration of the app to surface issues, capture screenshots, logs, and a reproducible report.
  • Generates a health-score style QA report with evidence, screenshots, and a regression baseline for future comparisons.
  • Use when you need documented proof of behavior and want to avoid automatic fixes or code changes.

Quick Start

Tell QA-only to test the current app at the target URL and produce a detailed report.

Frequently Asked Questions about qa-only

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

FAQPage Schema
How do I run a non-intrusive QA test on a web app to find bugs without modifying code?

Non-intrusive QA testing systematically explores a web app to document defects without applying code changes. It navigates the application, interacts with elements, and captures evidence like screenshots and logs to produce a structured report.

What is a health score QA report and how does it help with regression testing?

A health score QA report summarizes web app quality with a quantifiable metric and evidence. It establishes a regression baseline for future comparisons, providing documented proof of behavior for stakeholders without altering the codebase.

How do I capture screenshots and logs as evidence for web app bugs?

Capture screenshots and logs as bug evidence by running a report-only QA sweep. This process navigates the target web app, interacts with elements, and automatically redacts sensitive data while collecting artifacts for handoff.

Can I use automated QA testing to generate a regression baseline for stakeholders?

Automated QA testing generates a regression baseline for stakeholders by performing a non-intrusive sweep of the web app. It documents issues and captures evidence without applying fixes, ensuring artifacts are ready for review.

Does report-only QA testing redact sensitive data when documenting web app issues?

Report-only QA testing redacts sensitive data when documenting web app issues. It ensures the generated health score report, screenshots, and logs are safe and ready for stakeholder handoff without modifying the underlying code.

What is the best way to document web app defects for handoff without fixing them?

The best way to document defects without fixing them is a report-only QA sweep. It systematically explores the app, captures reproducible evidence, and produces a structured report with a health score and regression baseline for stakeholders.