qa-only

Run report-only QA tests on web applications and generate structured defect reports.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

QA teams often need non-destructive testing that reports issues without making code changes. This skill automates that process by running scripted checks on a web app and delivering a structured report with a health score, evidence like screenshots, and clear reproduction steps, while never applying fixes.

Core Features & Use Cases

  • Non-destructive QA passes: Test the app without changes and generate a health score.
  • Evidence collection: Screenshots, logs, and reproducible steps for each finding.
  • Proactive guidance: Suggests when to escalate, re-test, or run follow-up checks after a report.
  • Voice triggers: Supports "bug report" and "just check for bugs" to initiate a QA pass.

Quick Start

Ask me to run a QA report on your web application and I will generate a structured health report with screenshots and reproduction steps, without applying any fixes.

Frequently Asked Questions about qa-only

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

FAQPage Schema
How do I run a non-destructive QA test on a web app without applying fixes?▼

Non-destructive QA testing reports issues without making code changes. This skill automates scripted checks on a web app and delivers a structured defect report with a health score, evidence like screenshots, and reproduction steps.

Can I automatically generate a bug report with reproducible steps and screenshots?▼

Yes, you can automatically generate a bug report with screenshots and reproducible steps. The skill uses Bash, Read, Write, and WebSearch tooling to gather evidence and communicate findings into a consistent report artifact.

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

A report-only QA pass tests a web application to identify defects without modifying code. You need it when you want to check for bugs, evaluate a health score, and receive actionable evidence independently from the development fix cycle.

Does this QA testing skill support testing targeted components or only full app flows?▼

This QA testing skill supports both full app flows and targeted components. It runs within a QA workflow to gather evidence and generate a structured defect report, ensuring flexibility across different scopes of your web application.

What limitations exist when running an automated report-only QA workflow?▼

The primary limitation of this report-only QA workflow is that it never applies fixes. It is strictly non-destructive, meaning it will only generate a structured defect report with a health score and reproduction steps for you to address manually.