qa-only

Generate structured bug reports with health scores, repro steps, and screenshots.

Updated Feb 28, 2026
One-click install
npx skills add https://github.com/Analog-Labs/pixelport-launchpad --skill qa-only-analog-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-only
Source: https://github.com/Analog-Labs/pixelport-launchpad/tree/main/.agents/skills/gstack/qa-only
Command: npx skills add https://github.com/Analog-Labs/pixelport-launchpad --skill qa-only-analog-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

QA processes often require verbose manual reporting after testing, leading to inconsistencies and wasted time. Automates report-only QA to generate structured bug reports without applying fixes.

Core Features & Use Cases

  • Automated generation of structured bug reports including health score, repro steps, and evidence without performing code changes.
  • Supports browser-based validation workflows and captures screenshots and console notes for each issue.
  • Use Case: Run a nightly QA pass on a web app and obtain a consistent report to hand to developers, without introducing any fixes.

Quick Start

Run a report-only QA pass on the current app state and generate a structured bug report.

Frequently Asked Questions about qa-only

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

FAQPage Schema
How do I automate structured bug report generation for web applications?

Automate structured bug report generation by running report-only QA passes that capture health scores, reproducible steps, and screenshots without applying any code fixes to the web application.

What is report-only QA testing and how does it work for regression testing?

Report-only QA testing enforces a repeatable workflow that runs browser validation checks and formats results into a consistent report, capturing evidence for issues during regression testing without changing code.

How do I capture screenshots and console notes during browser-based exploratory testing?

Capture screenshots and console notes during exploratory testing by executing automated browser validation workflows that record evidence and format the results into structured bug reports.

Does automated QA testing apply code fixes or modify the application?

Automated QA testing does not apply code fixes or modify the application; it strictly enforces a report-only workflow that runs validation checks and generates structured bug reports for developers.

Can I run a nightly QA pass and get a consistent report to hand to developers?

Yes, you can run a nightly QA pass to obtain a consistent structured bug report containing health scores and reproducible steps to hand to developers without introducing fixes.

What is the best way to format regression testing results into a consistent bug report?

Format regression testing results by enforcing a repeatable workflow that captures issue evidence, repro steps, and health scores, compiling them into a consistent structured bug report.