qa

Run end-to-end QA tests on web applications and fix bugs atomically.

Updated Mar 27, 2026
One-click install
npx skills add https://github.com/Jesse-L-M/scz-target-engine --skill qa-jesse-l-m
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa
Source: https://github.com/Jesse-L-M/scz-target-engine/tree/main/.claude/skills/gstack/qa
Command: npx skills add https://github.com/Jesse-L-M/scz-target-engine --skill qa-jesse-l-m

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

QA testing is often manual and error-prone. This skill systematically runs QA tests on a web application, then fixes bugs in source code atomically and re-verifies, reducing release risk.

Core Features & Use Cases

  • End-to-end QA across critical paths with three tier levels: Quick, Standard, and Exhaustive.
  • Generates before/after health scores, fix evidence, and a ship-readiness summary for each release.
  • Supports report-only mode and proactive suggestions when a feature is ready for testing.

Quick Start

Start a QA pass by typing /qa to begin testing and fixes on the current web app.

Frequently Asked Questions about qa

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

FAQPage Schema
How do I automate end-to-end QA testing for a web app and fix bugs?

Automated end-to-end QA testing runs critical web app paths, fixes source code bugs atomically, and re-verifies them to reduce release risk. It supports quick, standard, and exhaustive testing tiers.

Can I generate a ship-readiness summary and health score before releasing a web app?

Ship-readiness summaries and before-and-after health scores are generated automatically during QA testing. They provide fix evidence and release readiness validation based on your chosen test tier.

What is the best way to run a report-only QA test pass without applying code fixes?

Report-only mode executes QA testing workflows across your web app to identify issues and generate health scores without applying any atomic code fixes or modifications.

Does this QA automation support different levels of testing depth like quick or exhaustive?

QA automation supports three tier levels: quick, standard, and exhaustive testing. These tiers coordinate test workflows across critical paths to match your required validation depth.

How does automated bug fixing handle source code changes and re-verification?

Automated bug fixing commits source code changes atomically during QA testing, then automatically re-verifies the web app to confirm the fix resolved the issue before release.

When do I need proactive QA suggestions for web application features?

Proactive QA suggestions are triggered when a web application feature is ready for testing, allowing you to initiate end-to-end validation, health scoring, and bug fixes early.