qa-only

Identify and report QA issues in web applications without applying fixes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables teams to perform a report-only QA pass on a web application, systematically identifying issues and documenting them without making changes.

Core Features & Use Cases

  • Read-only QA: Detects defects in UI flows, validations, and error states without applying fixes.
  • Evidence-rich Reports: Generates structured reports with health scores, screenshots, and reproducible steps for triage and release readiness.
  • Deterministic Workflow: Uses scripted checks and a defined instruction set to ensure repeatable assessments.

Quick Start

Run a report-only QA pass on your web app to generate a structured health report without making changes.

Frequently Asked Questions about qa-only

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

FAQPage Schema
How do I run a read-only QA pass on a web application without applying fixes?

A read-only QA pass identifies and reports defects in web app UI workflows and error states deterministically, generating a structured report with health scores and evidence without modifying the application code.

What is included in an automated end-to-end QA report for web apps?

An automated end-to-end QA report includes health scores, screenshots, and reproducible steps for triage. It captures UI flow validations and error states to assess release readiness.

Can I use automated testing to detect UI workflow issues without changing the codebase?

Yes, automated testing can detect UI workflow issues read-only. It uses scripted checks to perform a deterministic assessment, ensuring the codebase remains entirely unchanged during the QA process.

What is the best way to generate reproducible QA reports for release readiness?

The best way to generate reproducible QA reports is using a deterministic workflow with a defined instruction set. This ensures repeatable assessments and produces evidence-rich documentation for release readiness triage.

Does report-only QA testing work for checking web app validations and error states?

Report-only QA testing works effectively for checking web app validations and error states. It systematically identifies these defects and documents them in a structured report without applying any fixes.