qa-only

Identify web application defects and generate a structured QA report.

33|6|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/WillNigri/Agentic-Tool-Optimization --skill qa-only-willnigri
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: qa-only
Source: https://github.com/WillNigri/Agentic-Tool-Optimization/tree/main/.claude/skills/qa-only
Command: npx skills add https://github.com/WillNigri/Agentic-Tool-Optimization --skill qa-only-willnigri

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Report-only QA testing. Systematically tests a web application and produces a structured report with health score, screenshots, and repro steps — but never fixes anything. Use when asked to "just report bugs", "qa report only", or "test but don't fix". For the full test-fix-verify loop, use /qa instead.

Core Features & Use Cases

  • Non-destructive QA verification that produces health scores, screenshots, and reproducible steps
  • Generates a comprehensive, shareable QA report without applying fixes
  • Use case: QA teams validate new builds and deliver consolidated findings to stakeholders

Quick Start

Identify defects in a web application and generate a structured QA report.

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 structured QA report for a web application without applying fixes?▼

To generate a structured QA report without applying fixes, you can use a non-destructive testing workflow that identifies defects and outputs health scores, screenshots, and reproducible steps. This ensures end-to-end test documentation without modifying the application.

What does a non-destructive QA testing workflow include for pre-release cycles?▼

A non-destructive QA testing workflow for pre-release cycles includes manual exploratory testing and automated QA workflows, evidence capture like screenshots, credential redaction in reports, and structured documentation of reproducible steps.

Can I use this QA reporting approach for automated testing and manual exploratory testing?▼

Yes, you can use this QA reporting approach for both automated QA workflows and manual exploratory testing. It systematically identifies defects in development, staging, and pre-release environments to validate new builds.

What is the best way to report bugs in a staging environment without changing the code?▼

The best way to report bugs without changing code is to use a report-only QA testing process that captures evidence and generates a health score. This delivers consolidated findings to stakeholders while keeping the application untouched.

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

You should use a report-only QA test when asked to just report bugs or test but don't fix. If you need the full test-fix-verify loop where defects are automatically resolved, you should use a different automated QA workflow.