qa-only

Test a web application and output a structured bug report with health score, screenshots, and repro steps.

1|Updated Apr 26, 2026
One-click install
npx skills add https://github.com/tblakex01/conductor-playground --skill qa-only-tblakex01
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-only
Source: https://github.com/tblakex01/conductor-playground/tree/main/.claude/skills/gstack/qa-only
Command: npx skills add https://github.com/tblakex01/conductor-playground --skill qa-only-tblakex01

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

QA-only provides report-only testing of a web application, generating a structured bug report that includes a health score, screenshots, and reproducible steps without applying any fixes.

Core Features & Use Cases

  • Structured bug reports with health score, screenshots, and repro steps for quick triage.
  • Proactively suggests when to run a pure bug report versus full test-fix-verify loops using /qa.
  • Voice triggers (speech-to-text aliases) for bug-report style commands.

Quick Start

Trigger the QA-only workflow to generate a structured bug report for the active session.

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 for a web app without modifying any code?

Run a report-only QA test to generate a structured bug report with a health score, screenshots, and repro steps, ensuring no automated fixes are applied to your web application.

What is a health score in web app bug reporting?

A health score is a metric included in a structured QA bug report that summarizes the overall stability of a web application based on deterministic checks and captured evidence.

How do I capture repro steps and screenshots for bugs during QA testing?

Execute a report-only QA workflow that performs deterministic checks on a web application and automatically captures screenshots and reproducible steps for identified bugs.

When should I use a report-only QA test instead of a full test-fix-verify loop?

Use a report-only QA test when you need a bug-focused report for triage and handoff, and no code changes or automated fixes should be made to the web application.

Can I trigger a bug report using voice commands?

Yes, the QA-only workflow supports speech-to-text aliases, allowing you to trigger bug-report style commands hands-free during web application testing.

Does report-only QA testing work for any web application session?

Yes, triggering the QA-only workflow generates a structured bug report for the active session, relying on deterministic checks and captured evidence without requiring dependencies.