qa

Run automated QA tests on web applications and fix bugs with verification.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/mmunro3318/3d-render-pipeline --skill qa-mmunro3318
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa
Source: https://github.com/mmunro3318/3d-render-pipeline/tree/main/.claude/skills/gstack/qa
Command: npx skills add https://github.com/mmunro3318/3d-render-pipeline --skill qa-mmunro3318

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

QA teams and developers spend time manually testing and iterating on web applications. This skill provides a structured approach to test, identify bugs, and fix issues in a repeatable, atomic fashion, ensuring code quality and ship readiness.

Core Features & Use Cases

  • Systematically plan, execute, and document QA tests for web applications.
  • Iteratively fix bugs with atomic commits, re-run verification, and produce before/after evidence.
  • Supports quick smoke tests or exhaustive regression workflows, with comprehensive health scoring and test planning.

Quick Start

Start by initiating a QA run against your app URL to begin automated testing, evidence capture, and regression verification.

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

Automated QA testing is executed against a web application URL to identify bugs, apply iterative fixes with atomic commits, and verify regressions. The workflow produces before/after evidence and a health-score report summarizing ship readiness.

What is a health-score report in web app regression testing?

A health-score report in regression testing summarizes the overall quality and ship readiness of a web application after automated test runs. It aggregates per-ticket fixes and verification results into a quick readiness metric.

Can I run a quick smoke test instead of a full regression workflow?

Yes, you can run quick smoke tests or exhaustive regression workflows against your web application. The guided workflow scales from basic test planning to comprehensive health scoring and verification depending on your needs.

Does automated QA testing produce evidence of bug fixes before deployment?

Yes, automated QA testing produces before/after evidence of bug fixes. It captures verification results during iterative testing, ensuring each atomic commit resolves the issue and providing a ship-readiness summary before deployment.

What do I need to provide to start automated regression verification on my web app?

You need to provide your staging URL to start automated regression verification. The testing workflow then uses commit hooks and automated tooling to test, fix, and verify your web application end-to-end.