qa-only

Run report-only QA tests on web applications and generate structured evidence reports.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Report-only QA testing for web apps that systematically tests and produces a structured health score, screenshots, and reproducible steps, without applying any fixes.

Core Features & Use Cases

  • Produces a standardized QA report with health score, evidence (screenshots), and reproducible steps.
  • Supports the "just report bugs" workflow and can be integrated into CI for QA gates without code changes.
  • Use case: run QA against a new build and hand a full bug report to the team without patching the app.

Quick Start

Run the QA workflow on the target URL to generate a structured, evidence-backed report without making any code changes.

Frequently Asked Questions about qa-only

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate QA testing for a web app to generate a bug report without changing the code?

Automated QA testing for a web app can generate a structured bug report without applying code changes. This approach orchestrates test plans and evidence capture to produce standardized health findings and reproducible steps.

Can I run regression checks on a multi-page app and still get evidence like screenshots?

Yes, you can run regression checks on a multi-page app to capture evidence like screenshots. The process produces a standardized QA report containing a health score, visual evidence, and reproducible steps for documented bugs.

What is the best way to set up a report-only QA workflow for manual sprints?

A report-only QA workflow for manual sprints systematically tests web applications to produce structured health findings and standardized reports. It enables repeatable tests and documentation without applying any code fixes to the target build.

Does report-only QA testing work as a CI gate for new web builds?

Report-only QA testing works as a CI gate for new web builds by running automated tests against the target URL. It generates a full bug report with a health score and evidence, allowing teams to assess build quality without patching the app.

What is included in a standardized QA report for audit scenarios?

A standardized QA report for audit scenarios includes a structured health score, screenshots for evidence, and detailed reproducible steps. It satisfies requirements for tests, evidence collection, and documentation across multi-page apps.

When should I not use a report-only QA testing approach?

You should not use a report-only QA testing approach when you need to automatically patch or fix the identified bugs. This method strictly produces structured health findings and documentation without applying any code changes.