qa

Run systematic QA tests on web applications and generate ship-readiness reports.

Updated Apr 7, 2026
One-click install
npx skills add https://github.com/zz8011/harnesstest --skill qa-zz8011
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa
Source: https://github.com/zz8011/harnesstest/tree/main/.claude/skills/gstack/qa
Command: npx skills add https://github.com/zz8011/harnesstest --skill qa-zz8011

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

QA engineers and teams often spend excessive time manually testing web apps and tracking bugs across builds. This Skill standardizes a repeatable QA workflow, captures evidence, and provides a structured ship-readiness assessment to accelerate safe releases.

Core Features & Use Cases

  • Systematic test planning, execution, and evidence collection (screenshots, logs, health metrics).
  • Atomic bug fixes with re-verification commits and regression checks.
  • Ship-readiness reporting that highlights fixes, health changes, and risk.

Quick Start

Provide your target URL and desired QA scope, and the system will run tests, collect evidence, and generate a structured report.

Frequently Asked Questions about qa

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

FAQPage Schema
How do I automate web application testing to identify defects and verify fixes?

Automated web testing systematically executes test scripts across defined URLs and user flows to identify defects. It uses browser automation to verify fixes through iterative cycles, capturing screenshots and logs to validate ship-readiness.

What is the best way to generate a structured QA test report for release decisions?

Generating a structured QA test report involves collecting artifacts like screenshots, logs, and before/after health scores during test execution. This report highlights fixes, health changes, and risks to enable safe release decisions.

Can I run exhaustive browser automation tests across specific user flows and URLs?

Yes, browser automation supports quick, standard, and exhaustive test scopes. It systematically tests defined URLs and user flows to surface critical issues, regressions, and usability problems for comprehensive validation.

How does iterative bug fixing work with automated regression checks?

Iterative bug fixing applies atomic fixes and re-verifies them through automated regression checks. This process captures before and after health metrics to ensure the defect resolution does not introduce new issues.

Does web testing require manual artifacts collection to assess ship-readiness?

No, the QA workflow automatically collects test artifacts including screenshots, logs, and health metrics. This standardizes evidence collection to provide a structured ship-readiness assessment without manual tracking.

Why use standardized QA workflows for web application release validation?

Standardized QA workflows reduce excessive manual testing time by providing a repeatable process. They capture evidence and generate a structured assessment of fixes, health changes, and risks to accelerate safe releases.