qa-only

Test web applications and generate a structured QA report with health score, screenshots, and repro steps.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Report-only QA testing. Systematically tests a web application and produces a structured report with health score, screenshots, and repro steps — but never fixes anything. Use when asked to "just report bugs", "qa report only", or "test but don't fix". For the full test-fix-verify loop, use /qa instead. Proactively suggest when the user wants a bug report without any code changes.

Core Features & Use Cases

  • Systematically tests a web application
  • Produces a structured report with health score, screenshots, and repro steps
  • Never fixes anything
  • Use when asked to "just report bugs", "qa report only", or "test but don't fix"
  • For full test-fix-verify loop, use /qa instead.
  • Proactively suggest when the user wants a bug report without any code changes.

Quick Start

Ask me to run a QA report with /qa to start the test.

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 on a web app without applying code fixes?

Use a report-only QA testing approach to systematically test a web app and generate an evidence-rich report without applying fixes. It automates user-focused interactions to discover bugs while leaving source code untouched.

What is included in an automated QA report for web applications?

A structured QA report includes a health score, captured screenshots, and detailed reproducible steps for discovered bugs. This evidence-rich output helps developers replicate and verify issues across web pages.

Can I use browser automation to capture screenshots and repro steps for bug reporting?

Yes, you can use browser automation to capture screenshots and generate reproducible test steps for bug reporting. This process systematically navigates web pages and interactions to document visual evidence of failures.

Does report-only QA testing modify the web application during testing?

No, report-only QA testing never modifies the web application during testing. It strictly performs user-focused testing to document bugs and generate a health score without executing any code fixes.

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

Choose report-only QA testing when you need to just report bugs and generate a health score without code changes. If your workflow requires a full test-fix-verify loop to automatically patch issues, use a complete QA skill instead.