qa-only

Report bugs and health issues in web applications without modifying code.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/GenEducation/GenedUIProject --skill qa-only-geneducation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-only
Source: https://github.com/GenEducation/GenedUIProject/tree/main/.gemini/skills/qa-only
Command: npx skills add https://github.com/GenEducation/GenedUIProject --skill qa-only-geneducation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It finds bugs in a web app and gives you a structured report, so you can verify what is broken without changing any code.

Core Features & Use Cases

  • Exploratory testing across pages, forms, and UI states.
  • Screenshot-backed repro steps and health scoring.
  • Diff-aware or regression-focused checks for recent changes.
  • Use it when you want a bug report, a release sanity check, or a QA pass on a localhost or deployed site.

Quick Start

Ask the qa-only skill to test the app at your URL and return only a bug report with screenshots, repro steps, and a health score.

Frequently Asked Questions about qa-only

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

FAQPage Schema
How do I run exploratory testing on a web app and get a bug report without modifying code?

Exploratory testing across pages, forms, and UI states generates a structured bug report with screenshots and repro steps. It performs browser-driven interactions to identify issues while never modifying application code.

Can I do regression checks on my deployed site and receive screenshot-backed repro steps?

Yes, regression checks on deployed sites produce screenshot-backed repro steps and health scores. The process performs diff-aware validation and safety-aware handling to verify recent changes without altering code.

What is diff-aware validation for a localhost QA pass?

Diff-aware validation is a QA pass that focuses checks on recent changes in a local or deployed web app. It returns a structured report of bugs and health issues without applying fixes to the application.

How do I get a release sanity check with a health score for my web application?

A release sanity check provides a health score and structured bug report for your web application. It executes browser-driven interactions, captures screenshots, and documents safety-aware repro steps.

Does this QA testing approach work for both local and deployed web apps?

Yes, QA testing applies to both local and deployed web apps. It requires browser-driven interaction to perform exploratory testing and regression checks, delivering structured bug reports without modifying code.

When should I not use a report-only QA run for web app testing?

You should not use a report-only QA run when you need automated fixes applied to your application code. This approach exclusively reports bugs, captures screenshots, and generates repro steps without modifying the codebase.