qa-only

Run report-only QA tests on web applications and export structured bug reports.

Updated Feb 27, 2026
One-click install
npx skills add https://github.com/zhifengzhang-sz/divine-book --skill qa-only-zhifengzhang-sz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-only
Source: https://github.com/zhifengzhang-sz/divine-book/tree/main/.claude/skills/gstack/qa-only
Command: npx skills add https://github.com/zhifengzhang-sz/divine-book --skill qa-only-zhifengzhang-sz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Non-intrusive QA testing that produces structured bug reports without applying fixes, saving time during release cycles.

Core Features & Use Cases

  • Report-only testing: runs checks and compiles a health score, screenshot evidence, and reproducible steps.
  • Bug triage aid: helps teams decide what to fix by presenting evidence without changing code.
  • Use case: during a demo or QA sprint, generate a comprehensive report from a live app.

Quick Start

Trigger a test pass on the target web app and export the QA report.

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 structured bug report for a web app without modifying the code?

You can generate a structured bug report for a web app without modifying code by running report-only QA testing. This process captures health scores, screenshots, and reproducible steps, exporting a machine-readable report without applying any fixes.

What is report-only QA testing and when should I use it?

Report-only QA testing is a non-intrusive process that runs checks and compiles a health score with screenshot evidence without changing code. You should use it during release readiness checks, regression testing, or bug triage to save time and help teams decide what to fix.

How do I capture health scores and reproducible steps during a QA sprint?

To capture health scores and reproducible steps during a QA sprint, trigger a deterministic test pass on your live web application. The testing process runs via Bash scripts, automatically recording evidence and exporting a comprehensive machine-readable report.

Can I run automated regression testing on a live web app without deploying fixes?

Yes, you can run automated regression testing on a live web app without deploying fixes. This approach deterministically executes Bash scripts to evaluate application readiness, capturing screenshots and reproducible steps while strictly avoiding any code changes.

Does report-only QA testing work with Bash scripts for bug triage?

Yes, report-only QA testing works with Bash scripts for bug triage. It deterministically runs tests via Bash to gather evidence like health scores and screenshots, presenting findings in a machine-readable format to help teams prioritize fixes without altering the codebase.

What are the limitations of using a report-only approach for web application testing?

The main limitation of a report-only approach for web application testing is that it strictly produces bug reports and does not apply fixes. It is designed solely for readiness checks and triage, meaning developers must implement code changes separately based on the exported findings.