qa-only

Tests web applications and generates structured bug reports with health scores, screenshots, and repro steps.

Updated Sep 13, 2026
One-click install
npx skills add https://github.com/abdulazeezoj/monovella-poc --skill qa-only-abdulazeezoj
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-only
Source: https://github.com/abdulazeezoj/monovella-poc/tree/main/.agents/skills/gstack/qa-only
Command: npx skills add https://github.com/abdulazeezoj/monovella-poc --skill qa-only-abdulazeezoj

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? You want a systematic quality assessment of a web application without any code changes being made. This Skill runs report-only QA testing, producing a structured bug report while guaranteeing nothing in the codebase gets modified. ## Core Features & Use Cases - Report-Only Testing: Systematically tests a web application and produces a structured report with a health score, screenshots, and reproduction steps, but never fixes anything. - Structured Decision Briefs: Uses AskUserQuestion decision briefs with recommendations and completeness scoring when QA scope or severity calls need your input. - Session-Aware Operation: Adapts behavior for interactive, headless, spawned, and Conductor sessions, with telemetry and context recovery across runs. - Use Case: Before a release, ask for a QA pass on your staging URL. You get a prioritized bug report with screenshots and repro steps, then decide yourself which fixes to schedule. ## Quick Start Ask the assistant to run a report-only QA pass on your web app and list every bug found with screenshots and repro steps, without changing any code.

Frequently Asked Questions about qa-only

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

FAQPage Schema
How do I get a bug report without the AI changing my code?

Invoke this skill with a phrase like "qa report only" or "test but don't fix". It systematically tests the web application and returns a structured report with health score, screenshots, and repro steps, and never edits files.

What does the QA report include?

The report contains an overall health score, screenshots of issues found, and step-by-step reproduction instructions for each bug. It is designed so you can hand findings directly to whoever will implement the fixes.

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

Use report-only mode when you want visibility into defects before deciding what to fix, such as before a release review or when triaging with a team. For the full test-fix-verify cycle, use the companion /qa skill instead.

Can this skill run in automated or headless sessions?

Yes. The preamble detects interactive, headless, spawned, and Conductor sessions and adjusts prompting accordingly. In spawned sessions it auto-chooses recommended non-destructive options; in headless mode it blocks rather than guessing.

What are the limitations of report-only QA testing?

It never fixes anything, so every reported bug still requires a separate fix pass. It also depends on the target app being reachable and testable from the session environment, and degraded installs fall back to safe defaults with reduced onboarding features.