qa-only

Automate QA testing of a web application and produce a structured bug report.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

QA-only testing surfaces defects in a web application and produces a structured bug report with a health score, screenshots, and repro steps, without applying any code changes.

Core Features & Use Cases

  • Systematic, non-intrusive QA pass that identifies defects, UI gaps, and regressions.
  • Generates a structured bug report with steps to reproduce, evidence (screenshots), and a clear health score for triage.
  • Useful for fast triage, handoffs to engineering, or audit trails when you want issues surfaced but not fixed.

Quick Start

Run the qa-only skill to generate a structured bug report for the current web app state.

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 QA test pass on a web app without changing any code?

A non-intrusive QA test pass examines your web application to identify defects, UI gaps, and regressions without modifying code. It produces a structured bug report with a health score for triage instead of applying fixes.

What is a structured bug report with repro steps and screenshots?

A structured bug report with repro steps organizes testing results into a repeatable format, including sequential actions to reproduce the issue, evidence screenshots, and a health score to prioritize triage and engineering handoffs.

Can I use automated QA testing to generate a health score for my web application?

Yes, automated QA testing can generate a health score for your web application. The testing workflow evaluates the current state, surfaces bugs, and calculates a clear health score to facilitate fast triage and audit trails.

Does report-only QA testing apply fixes to the defects it finds?

No, report-only QA testing does not apply fixes. The workflow is explicitly designed to surface bugs and report results with screenshots and repro steps for engineering handoffs, leaving code unchanged.

When should I use a non-intrusive QA pass instead of an automated fix workflow?

Use a non-intrusive QA pass when you need fast triage, audit trails, or engineering handoffs. It suits situations where you want issues surfaced and documented with repro steps but not automatically fixed.