qa-only

Run systematic QA tests on web applications and generate health reports with screenshots.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/Santiagoisper/BOPE_VERSION_DEFINITIVA --skill qa-only-santiagoisper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-only
Source: https://github.com/Santiagoisper/BOPE_VERSION_DEFINITIVA/tree/main/.agents/skills/gstack/qa-only
Command: npx skills add https://github.com/Santiagoisper/BOPE_VERSION_DEFINITIVA --skill qa-only-santiagoisper

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill is designed for systematic web application QA testing that produces comprehensive reports, including health scores and screenshots, without executing any fix or repair actions.

Core Features & Use Cases

  • Systematic QA Testing: Tests a web application thoroughly, providing detailed reports with health scores, screenshots, and reproducible steps.
  • Report Generation: Outputs structured reports with no direct fixes to the tested application.
  • Use Case: When a developer requests a QA report on a newly released feature without requiring immediate fixes.

Quick Start

Run the /qa-only command with a target URL, such as /qa-only https://example.com.

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 testing report for a web application?

You can generate a QA testing report by running a command with the target URL to produce a structured document containing health scores and screenshots. This process systematically tests the web application and logs detailed findings without executing any direct fixes.

What is a web application health score in QA report generation?

A web application health score in QA report generation is a metric summarizing the overall quality and status of the tested system. It is included in structured reports alongside screenshots and reproducible steps to provide a comprehensive overview of the tested application's health.

Can I test a web application and get screenshots without applying code fixes?

Yes, you can test a web application and get screenshots without applying code fixes. This approach provides a comprehensive QA testing experience that generates detailed reports with health information while intentionally avoiding any direct code correction or deployment actions.

Does QA report generation work with external resources during web application testing?

Yes, QA report generation works with external resources during web application testing by utilizing WebSearch for external resource lookup. It also relies on Bash for scripting and uses Read and Write operations to gather data and log testing results.

What are the limitations of generating reports without making fixes to the tested application?

The main limitation of generating reports without making fixes is that the tested web application will not be automatically repaired or deployed. You should use this approach when a developer requires a thorough QA report with reproducible steps but does not need immediate code correction.