qa-only

Test web applications and generate structured QA reports with health scores and repro steps.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bash, read, write, askuserquestion, webservice, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the generation of comprehensive QA reports for web applications, including health scores, screenshots, and repro steps, without making any fixes.

Core Features & Use Cases

  • Automated QA Reporting: Automatically test web applications and produce detailed reports with health scores, screenshots, and repro steps.
  • No Fixing: This skill is designed for reporting-only QA testing, ensuring you can identify issues without making changes.
  • Use Case: Use this skill when you need a quick QA report, such as during the "just report bugs" or "test but don't fix" phases of development.

Quick Start

Trigger the skill by using the command "qa report only" or "just report bugs".

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 application without modifying the codebase?

Automated QA report generation tests web applications and produces structured reports with health scores, screenshots, and repro steps without applying fixes. This allows development teams to identify and document bugs during the testing phase while keeping the codebase untouched.

Can I run automated testing that only reports bugs and does not attempt fixes?

Yes, you can run bug reporting only workflows that systematically test web applications to identify issues without making changes. This approach ensures QA testers can document errors and generate structured reports without altering the application's source code.

What is included in an automated web application testing report when using this approach?

Automated web application testing reports include health scores, screenshots, and reproduction steps. The report provides a structured format for documenting identified issues, making it suitable for QA testing workflows where developers need clear bug documentation.

How do I start a reporting-only QA test for my web app?

You start a reporting-only QA test by triggering the skill with commands like 'qa report only' or 'just report bugs'. The system then utilizes Bash, Read, Write, and WebSearch tools to systematically test the application and compile the structured report.

Does this QA automation approach work for the test but don't fix development phase?

Yes, this QA automation approach is specifically designed for the test but don't fix development phase. It automates the testing process to generate comprehensive reports, allowing teams to quickly identify issues without committing to immediate code modifications.