qa-only

Run systematic QA passes on web applications and generate structured bug reports.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill performs report-only QA testing of a web application. It runs systematic checks and produces a structured report that includes a health score, screenshots, and reproducible steps, while intentionally not applying any fixes. Use this when you want a bug report without changes, such as requests like "just report bugs" or "qa report only". If you need a full test-fix-verify loop, use the /qa skill instead. The skill can proactively surface suggestions for improvements when a user requests a bug report without code changes.

Core Features & Use Cases

  • Systematic QA passes that generate a structured report with health scores, screenshots, and reproducible steps.
  • Non-intrusive: never modifies the application code.
  • Proactive guidance: surfaces improvements and potential fixes without applying changes when requested.

Quick Start

Run a QA pass on your web app and generate a report of health, screenshots, and reproducible steps 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 generate a QA report with reproducible steps and screenshots without modifying code?

To generate a QA report with reproducible steps and screenshots without modifying code, run a systematic test pass on your web application. The process produces a structured triage report containing health scores and bug details while intentionally avoiding any application fixes.

What is a report-only QA pass and when do I need it?

A report-only QA pass is a testing process that identifies quality issues like UI bugs and regressions in a web app without applying fixes. You need it when you want a structured bug report with health scores and reproducible steps for triage rather than automated code changes.

Can I get bug reports with health scores for new builds without applying any code fixes?

Yes, you can get bug reports with health scores for new builds without applying code fixes. The testing skill performs non-intrusive checks across typical scenarios like regressions and UI bugs, delivering a structured report suitable for triage while proactively surfacing improvement suggestions.

What is the best way to document UI bugs with reproducible steps for triage?

The best way to document UI bugs with reproducible steps for triage is to use a report-only QA approach. It systematically captures quality issues, calculates a health score, and takes screenshots, outputting a structured bug report that isolates problems without altering the application code.

Why does this QA testing approach intentionally avoid applying fixes to the web application?

This QA testing approach intentionally avoids applying fixes to provide a non-intrusive bug report for triage. It separates quality issue identification from resolution, ensuring you receive a clean health score, screenshots, and reproducible steps without unintended code modifications during the testing phase.