qa-only

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

Updated Jun 22, 2026
One-click install
npx skills add https://github.com/aicodepro/ai-agent-nexi --skill qa-only-aicodepro
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-only
Source: https://github.com/aicodepro/ai-agent-nexi/tree/main/agent/skills/gstack/qa-only
Command: npx skills add https://github.com/aicodepro/ai-agent-nexi --skill qa-only-aicodepro

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Teams often need an objective assessment of a web application's quality without immediately changing code. This Skill systematically tests a web app and produces a structured, report-only QA document — including a health score, screenshots, and reproduction steps — while guaranteeing no fixes are applied. ## Core Features & Use Cases - Report-Only Testing: Systematically exercises a web application and documents every defect found without modifying any source code. - Structured Bug Reports: Produces a health score, annotated screenshots, and step-by-step reproduction instructions for each issue. - Voice and Command Triggers: Activates on phrases like "just report bugs", "qa report only", or "test but don't fix". - Use Case: Before a release, ask for a QA pass on your staging site. You receive a prioritized bug report with screenshots and repro steps that developers can triage, while the codebase remains untouched. ## Quick Start Ask the assistant to run a report-only QA pass on your web application and produce a bug report 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 QA report without changing any code?

Invoke the qa-only skill with a phrase like "just report bugs" or "test but don't fix". It systematically tests the web application and outputs a structured report with a health score, screenshots, and repro steps, never touching source files.

What is the difference between qa-only and a full QA workflow?

qa-only performs report-only testing: it finds and documents bugs but never fixes them. The full /qa skill runs a test-fix-verify loop that also patches code. Use qa-only when you want a bug report without any code changes.

What does the QA report include?

The report contains an overall health score for the application, annotated screenshots of each defect, and step-by-step reproduction instructions so developers can confirm and triage every issue found during testing.

Can qa-only run in headless or CI environments?

Yes. The skill detects the session kind (interactive, spawned, or headless) during its preamble. In headless sessions it blocks on decisions that require user input, and in spawned sessions it auto-selects recommended options and reports results as prose.

When should I not use report-only QA testing?

Avoid it when you expect immediate remediation, since qa-only never modifies code. If you want defects fixed and verified in the same pass, use the full /qa test-fix-verify loop instead.