qa

Automate end-to-end QA testing and bug fixing for web applications.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Systematically QA test web applications and fix bugs found. Runs QA testing, then iteratively fixes bugs in source code, committing each fix atomically and re-verifying.

Core Features & Use Cases

  • Automated test execution and bug reproduction across web app flows
  • Atomic commits for each bug fix with automatic re-verification
  • Ship-readiness reporting including before/after health scores
  • Proactive routing to targeted QA tasks based on user prompts

Quick Start

Run the QA workflow on your codebase to automatically test, reproduce bugs, commit fixes atomically, and verify the results.

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 and bug fixing for web applications?

Automate end-to-end QA testing and bug fixing by running a workflow that executes tests, reproduces bugs, applies source code fixes atomically, and re-verifies the results. This handles iterative test-fix cycles automatically.

What is an atomic commit workflow for bug fixes?

An atomic commit workflow for bug fixes commits each source code change individually after reproduction, then automatically re-verifies the fix. This ensures ship-ready reports with before and after health scores.

Does automated QA testing generate ship-readiness reports?

Automated QA testing generates ship-readiness reports that include before and after health scores. These reports verify that iterative bug fixes have successfully improved the web application's stability.

Can I reproduce bugs automatically across different web app flows?

You can reproduce bugs automatically across web app flows. The QA workflow proactively routes prompts to targeted testing tasks, systematically executing test cases to isolate and verify issues before fixing.

What's the best way to manage iterative test-fix cycles?

Manage iterative test-fix cycles by automating test execution, bug reproduction, and atomic commits for each fix. The workflow automatically re-verifies results and provides health scoring to ensure ship-readiness.

When do I need health scoring for web app QA?

You need health scoring for web app QA when preparing for deployment. It provides before and after metrics during iterative bug fixing, generating a ship-readiness report that confirms application stability.