qa-only

Automates test runs and produces a structured QA report without code fixes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Regular QA cycles often generate reports and screenshots but inadvertently encourage fixes or changes. This QA-only Skill guarantees a purely reporting workflow that documents issues without proposing or applying any changes.

Core Features & Use Cases

  • Produces a structured QA report including health score, screenshots, and reproducible steps.
  • Supports multiple modes (full, quick, regression) to fit different validation needs.
  • Integrates into pipelines and handoffs by delivering a shareable report without code modifications.

Quick Start

Run a report-only QA pass on your web application to generate a structured health report with repro steps and screenshots.

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 with repro steps and screenshots without modifying code?

You can run a report-only QA pass by automating test execution across your web application environments, which produces a structured health report with screenshots and repro steps without applying any code fixes.

What is a report-only QA workflow and when do I need it?

A report-only QA workflow automates test runs to deliver a structured health report including repro steps and screenshots. You need it when validating changes on feature branches or after deployments without allowing code modifications.

Does this automated QA testing support regression and quick validation modes?

Yes, this automated QA testing supports full, quick, and regression modes to fit different validation needs when validating changes on feature branches or checking application health after deployments.

What do I need to set up before running an automated browser test for a health score report?

You need a browser automation harness, test plans or baselines, and a defined output directory to capture screenshots, health scores, and repro steps before running an automated browser test for a health score report.

Can I integrate automated QA reporting into my deployment pipeline handoffs?

Yes, you can integrate this automated QA reporting into pipelines and handoffs by delivering a shareable structured report with health scores and repro steps, ensuring validation occurs without any code modifications.