qa-only

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

Updated Aug 28, 2026
One-click install
npx skills add https://github.com/trobias/portfolio-nextjs-v2 --skill qa-only-trobias
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: qa-only
Source: https://github.com/trobias/portfolio-nextjs-v2/tree/main/.agents/skills/qa-only
Command: npx skills add https://github.com/trobias/portfolio-nextjs-v2 --skill qa-only-trobias

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Teams often need an objective assessment of a web application's quality without anyone touching the code. This Skill systematically tests a web application and produces a structured QA report — health score, screenshots, and reproduction steps — while guaranteeing no fixes or code changes are made. ## Core Features & Use Cases - Report-only testing: Explores the application, detects bugs, and documents findings without modifying any source code. - Structured output: Produces a health score, annotated screenshots, and step-by-step reproduction instructions for each issue found. - Use Case: Before a release, ask for a QA pass on your staging site. You receive a prioritized bug report with repro steps that developers can act on, while the codebase remains untouched. ## Quick Start Ask the assistant to run a report-only QA pass on your web app and list every bug found with reproduction 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 and point it at your running web application. It systematically tests the app and returns a structured report with a health score, screenshots, and reproduction steps, while never editing source files.

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

qa-only is report-only: it finds and documents bugs but never fixes them. The full /qa workflow runs a test-fix-verify loop that also patches the code, so use qa-only when you want findings without code changes.

What does the QA report include?▼

The report contains an overall health score for the application, screenshots capturing each issue, and step-by-step reproduction instructions so developers can confirm and fix every bug independently.

Can qa-only install dependencies or make commits during testing?▼

No. The skill's safety override forbids dependency installation, commits, pushes, deletions, and other external writes without explicit authorization in the conversation. It shows the exact command and asks before any such action.

When should I not use report-only QA testing?▼

Avoid it when you expect immediate remediation, since it never fixes anything. If you want bugs fixed and verified in the same pass, use the full test-fix-verify QA workflow instead.