qa-only

Automate report-only QA testing for web applications with health scores and screenshots.

1|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/cattboy/lil_bro --skill qa-only-cattboy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-only
Source: https://github.com/cattboy/lil_bro/tree/main/.claude/skills/qa-only
Command: npx skills add https://github.com/cattboy/lil_bro --skill qa-only-cattboy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Report-only QA testing that systematically discovers issues in web apps and returns a structured report with a health score, screenshots, and reproducible steps.

Core Features & Use Cases

  • Non-intrusive QA: tests run without applying fixes, producing a reproducible report.
  • Health score + screenshots: visual evidence and a concise health assessment for stakeholders.
  • Use case: when asked for a bug report without code changes, or when you want to validate a site before release, or to support /qa workflows for fix verification.

Quick Start

Ask me to run a QA report on your web app and return a structured, evidence-backed bug report without applying any fixes.

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 changing the code?

To generate a bug report without changing code, use report-only QA testing to systematically discover issues and return a structured report with a health score, screenshots, and reproducible steps. This non-intrusive approach validates your site without applying any fixes.

What is a health score in QA testing?

A health score in QA testing is a concise assessment metric included in a structured bug report. It provides stakeholders with a quick visual summary of web application stability alongside screenshots and reproducible steps for discovered issues.

How do I get reproducible steps for web application bugs?

You can get reproducible steps for web application bugs by running automated report-only QA testing. This process systematically discovers issues and outputs a structured report detailing the exact reproduction steps, screenshots, and a health score.

Does report-only QA testing apply fixes to the application?

No, report-only QA testing does not apply fixes to the application. It requires no changes to your application and is intended strictly for bug discovery, producing an actionable report to guide developers rather than altering code.

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

Use a report-only QA test instead of a full test-fix-verify loop when you want bug discovery without any code changes, such as validating a site before release or generating a standalone bug report. For full fix and verification workflows, a complete test-fix-verify loop is required.