qa-only

Run report-only QA tests on web applications in headless browsers.

7|Updated Oct 20, 2025
One-click install
npx skills add https://github.com/borkweb/skills --skill qa-only-borkweb
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: qa-only
Source: https://github.com/borkweb/skills/tree/main/skills/gstack/qa-only
Command: npx skills add https://github.com/borkweb/skills --skill qa-only-borkweb

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires playwright, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill systematically tests web applications, providing a detailed report with health scores, screenshots, and repro steps, but without any fixes.

Core Features & Use Cases

  • Report-Only QA: Tests a web application and generates a structured report.
  • Multiple Modes: Full, Quick, and Regression modes for different testing scopes.
  • Browser-Based: Utilizes headless browsers for testing.
  • Framework Support: Supports various web frameworks like Next.js, Rails, and WordPress.

Quick Start

Run the qa skill with the target URL, mode, and scope to generate a QA report.

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 code?▼

Report-only QA testing evaluates a web application in a headless browser to generate detailed reports containing health scores, screenshots, and repro steps without applying any code fixes.

Does browser-based testing work with web frameworks like Next.js, Rails, and WordPress?▼

Browser-based testing supports various web frameworks like Next.js, Rails, and WordPress by operating in a headless browser environment to execute tests and capture repro steps across different platforms.

What is the difference between full, quick, and regression modes in web application testing?▼

Full, quick, and regression modes in web application testing cater to different testing scopes, allowing you to execute comprehensive checks, rapid validations, or targeted historical issue verification respectively.

How do I run automated web application testing using Playwright?▼

You can run automated web application testing using Playwright by executing scripts in a headless browser environment to systematically test web pages, capture screenshots, and generate structured QA reports.

Can I get screenshots and repro steps from a headless browser test?▼

You can get screenshots and repro steps from a headless browser test by running a comprehensive QA evaluation that systematically captures visual evidence and detailed replication instructions for any identified issues.