qa

Run automated QA tests, fix bugs, and verify changes for web applications.

Updated Mar 31, 2026
One-click install
npx skills add https://github.com/ComputerConnection/zach-pack --skill qa-computerconnection
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa
Source: https://github.com/ComputerConnection/zach-pack/tree/main/skills/gstack-qa
Command: npx skills add https://github.com/ComputerConnection/zach-pack --skill qa-computerconnection

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

QA testing of web applications, enabling systematic test runs, bug isolation, and rapid fix verification with atomic commits.

Core Features & Use Cases

  • End-to-end QA workflow: run tests, identify defects, and fix them with traceable, atomic commits.
  • Three-tier coverage: Quick, Standard, and Exhaustive testing modes to match risk tolerance.
  • Ship-readiness reporting: before/after health scores, evidence, and readiness summary for release decisions.

Quick Start

Run the QA workflow on your project to automatically test, fix bugs, and verify changes with a generated 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 app QA testing and bug fixing in one workflow?

Automated QA testing executes test runs, isolates defects, and applies bug fixes with atomic commits to streamline web app regression checks. It iterates through test execution and re-verification, generating evidence for release decisions.

What is the best way to run regression checks before deploying web app changes?

Regression checks are handled through an automated QA workflow that runs tests, fixes identified bugs, and verifies changes. It provides ship-readiness reports with before-and-after health scores to validate codebase stability.

Can I choose different testing coverage levels for my web application?

Yes, web application testing offers three-tier coverage modes: Quick, Standard, and Exhaustive. These modes match your risk tolerance and determine the depth of automated test execution and bug-fix iteration.

How does automated bug-fix iteration handle code commits during QA?

Automated bug-fix iteration applies atomic commits during the QA workflow, ensuring each fix is traceable and isolated. This deterministic task orchestration maintains codebase integrity while verifying changes.

What kind of reporting is provided after automated test execution?

After automated test execution, the workflow generates ship-readiness reporting. This includes before-and-after health scores, gathered evidence, and a readiness summary to guide your release decisions.