qa-only

Run systematic QA tests on a web application and generate a structured bug report.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

QA-only executes systematic tests on a web application and produces a structured report with a health score, evidence like screenshots, and reproducible steps — but never makes code changes.

Core Features & Use Cases

  • Automated test execution across common user flows
  • Structured reports including health score, screenshots, and repro steps
  • Use case: run a bug-scan on a URL to get a ready-to-share QA report without fixing any code

Quick Start

Request a bug-only QA report on your target URL by providing the URL and asking for a quick run.

Frequently Asked Questions about qa-only

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

FAQPage Schema
How do I run QA testing on a web application without changing the code?

You can run report-only QA testing to systematically test web application flows and generate a structured report with a health score, evidence, and reproducible steps without applying any code fixes. This ensures you get a bug report while your codebase remains untouched.

What is included in an automated web application health score report?

An automated web application health score report includes a calculated health score, evidence like screenshots, and detailed reproducible steps for identified issues. It synthesizes findings from automated test execution across critical user paths.

How do I get a bug report with repro steps and screenshots for my URL?

To get a bug report with repro steps and screenshots, request a bug-only QA report on your target URL. The system orchestrates tests, captures evidence, and generates a ready-to-share structured report.

Does report-only QA testing support both regression and exploratory testing?

Yes, report-only QA testing supports both regression and exploratory testing of critical paths. It systematically executes tests to identify issues and outputs a comprehensive report without modifying your application.

What's the best way to scan a URL for bugs and share the findings?

The best way to scan a URL for bugs and share findings is to use a report-only QA approach that runs a quick scan and outputs a structured, ready-to-share report. This report includes a health score, screenshots, and reproducible steps.

What limitations exist when using a QA testing skill that does not apply fixes?

The main limitation of a QA testing skill that does not apply fixes is that it only identifies and reports bugs without resolving them. You must implement code changes separately based on the provided health score, evidence, and reproducible steps.