qa-only

Automate report-only QA testing for web applications with health scores, screenshots, and repro steps.

1|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/LaPaGaYo/nexus --skill qa-only-lapagayo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-only
Source: https://github.com/LaPaGaYo/nexus/tree/main/skills/support/qa-only
Command: npx skills add https://github.com/LaPaGaYo/nexus --skill qa-only-lapagayo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Systematically tests a web application and produces a structured QA report with a health score, screenshots, and repro steps — but never fixes anything.

Core Features & Use Cases

  • Automated QA reporting: generate a comprehensive report that includes health scoring, artifact collection, and evidence for each issue.
  • Evidence and reproducibility: captures screenshots and step-by-step repro guidance to help developers triage effectively.
  • Non-fix mode for quick validation: ideal for QA passes where code changes are not desired, or for third-party validation.

Quick Start

Ask Claude to generate a no-fix QA report for the current build, including health score, screenshots, and repro steps.

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 structured QA bug report with repro steps and screenshots?

To generate a structured QA bug report with repro steps and screenshots, you can use an automated report-only testing workflow that captures visual evidence and step-by-step reproduction guidance without applying any code fixes.

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

Report-only QA testing is a validation process that systematically tests web applications and produces a health report without modifying code. It is ideal for sprint validation, regression checks, or third-party QA where no code changes are desired.

How do I get a health score for my web application build?

You can get a health score for your web application build by running an automated QA testing pass that evaluates the application and outputs a comprehensive health report alongside captured screenshots and repro steps.

Can I run regression checks on a web app without making code changes?

Yes, you can run regression checks on a web app without making code changes by using a non-fix QA mode. This approach validates the current build and generates a report with a health score and evidence for developers to triage.

Does automated QA reporting integrate with existing testing tooling?

Automated QA reporting can integrate with existing QA tooling to streamline your workflow. It outputs structured health reports, screenshots, and repro steps that developers can use to triage issues found during sprint validation or regression checks.