qa-only

Test a web application and generate a structured report with health score and screenshots.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/pistosmin/base-one --skill qa-only-pistosmin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-only
Source: https://github.com/pistosmin/base-one/tree/main/.claude/skills/gstack/qa-only
Command: npx skills add https://github.com/pistosmin/base-one --skill qa-only-pistosmin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables teams to run repeatable QA tests against a web application and generate a comprehensive report with a health score, screenshots, and reproducible steps, without making any code changes.

Core Features & Use Cases

  • Systematic QA testing of a web application and generation of a structured, shareable report
  • Includes health score, evidence (screenshots and repro steps), and no code modifications
  • Use Case: when stakeholders want a clear bug report without changes, or when validating regressions without code changes

Quick Start

Run the QA-only skill against your app to generate a structured report 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 generate a bug report for a web app without applying any code fixes?

You can generate a bug report without code fixes by running a report-only QA test against your web application, which produces a structured report with a health score, screenshots, and reproducible steps.

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

Report-only QA testing is the process of systematically evaluating a web application to produce a structured health score and bug report without modifying code. Use it when stakeholders want validation or regression checks without changes.

Can I capture screenshots and reproducible steps during web app testing?

Yes, you can capture screenshots and reproducible steps during web app testing by orchestrating tests with Bash, Read, Write, and WebSearch tools, assembling the evidence into a final structured report.

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

Yes, report-only testing calculates a health score for the tested web application, including the score alongside screenshots and reproducible steps in a comprehensive, shareable report without applying any fixes.

What's the best way to validate regressions in a web app without changing the codebase?

The best way to validate regressions without changing the codebase is to run a report-only QA test, which generates a structured report with a health score and evidence to verify stability without applying fixes.