qa

Run automated QA passes on web applications and fix bugs.

1|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/txema-puch/drone-ai-saturdays --skill qa-txema-puch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa
Source: https://github.com/txema-puch/drone-ai-saturdays/tree/main/.claude/skills/gstack/qa
Command: npx skills add https://github.com/txema-puch/drone-ai-saturdays --skill qa-txema-puch

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

QA testing web applications can be time-consuming and error-prone, requiring careful reproduction of defects and thorough verification of fixes. This skill automates the QA workflow: running tests, identifying issues, and guiding atomic fixes with re-verification to ensure release readiness.

Core Features & Use Cases

  • Automated QA passes across a web app, collecting failure evidence, logs, and reproducible steps.
  • Structured bug-fix workflow that commits each fix atomically and re-verifies to maintain a clean history.
  • Proactive guidance across Quick, Standard, and Exhaustive tiers to balance speed and coverage in different release scenarios.

Quick Start

Start a QA cycle by running the QA skill to test a web app, identify defects, fix them in atomic commits, and re-verify.

Frequently Asked Questions about qa

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

FAQPage Schema
How do I automate QA testing for a web app before a release?

Automated QA testing for a web app runs test cycles that collect failure evidence and logs, applies atomic bug fixes, and re-verifies the application to ensure release readiness. It outputs before and after health scores.

What is an atomic bug-fix workflow in quality assurance?

An atomic bug-fix workflow in quality assurance commits each fix individually and re-verifies it immediately. This maintains a clean commit history and provides an audit trail for reproducibility across development sprints.

How do I verify web app ship-readiness during feature branch testing?

Verifying web app ship-readiness during feature branch testing requires running QA passes that output a ship-readiness summary. This includes generating fix evidence and calculating before and after health scores to confirm stability.

Does automated QA testing support different release verification scenarios?

Automated QA testing supports different release verification scenarios through Quick, Standard, and Exhaustive tiers. These proactive testing tiers balance speed and coverage to accommodate various development workflow requirements.

Can I reproduce defects found during web app QA testing?

You can reproduce defects found during web app QA testing using the generated audit trail. The automated workflow collects failure evidence, logs, and structured reproducible steps to guide the verification process.

What is the best way to balance speed and coverage in web app QA?

The best way to balance speed and coverage in web app QA is selecting between Quick, Standard, and Exhaustive testing tiers. These options provide proactive guidance to match testing depth with specific release scenarios.