qa-only

Test a web application and produce a structured QA report with health score, screenshots, and reproducible steps.

46|13|Updated Jul 30, 2025
One-click install
npx skills add https://github.com/aimasteracc/tree-sitter-analyzer --skill qa-only-aimasteracc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-only
Source: https://github.com/aimasteracc/tree-sitter-analyzer/tree/main/.claude/skills/qa-only
Command: npx skills add https://github.com/aimasteracc/tree-sitter-analyzer --skill qa-only-aimasteracc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Systematically tests a web application and produces a structured QA report with a health score, screenshots, and reproducible steps — but never fixes anything. Use when you want to "just report bugs", "qa report only", or "test but don't fix".

Core Features & Use Cases

  • Structured QA reports including health scores, screenshots, and reproducible steps without making code changes.
  • Use when you want to report bugs without fixing them, or when you need to share test results quickly.
  • Invoked via /qa-only to generate a comprehensive test report; for a full test-fix-verify workflow, use /qa.

Quick Start

Ask me to run /qa-only to generate a structured QA report without applying 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 for a web app without applying any code fixes?

You can generate a QA report without fixes by running a testing process that outputs a structured report with a health score, screenshots, and reproducible steps while explicitly keeping code changes out of scope.

What is a report-only QA testing approach and when should I use it?

Report-only QA testing systematically evaluates a web application to find and document issues without implementing fixes. Use it when you need to quickly share test results or when you want to just report bugs.

How do I get reproducible steps and screenshots for web app testing?

To get reproducible steps and screenshots, perform targeted QA testing on your web application. This process captures visual evidence and documents the exact steps to reproduce each discovered issue within a structured report.

Does report-only QA testing include a health score for the tested web application?

Yes, report-only QA testing includes a health score for the web application. The structured QA report evaluates the application's overall condition and provides a quantifiable health score alongside the identified issues.

What is the difference between report-only QA testing and a full test-fix-verify workflow?

Report-only QA testing strictly finds and documents issues without making code changes. A full test-fix-verify workflow goes further by implementing fixes for the discovered bugs and then verifying that the applied solutions work.

Can I use this QA testing method if I only want to share bug reports with my development team?

Yes, you can use this QA testing method to share bug reports. It is designed specifically to produce structured test results with evidence and reproducible steps that can be shared quickly without modifying code.