qa

Automate QA testing and iterative bug fixing for web applications.

Updated Dec 26, 2025
One-click install
npx skills add https://github.com/tony30552001/Genpic-master --skill qa-tony30552001
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa
Source: https://github.com/tony30552001/Genpic-master/tree/main/.agents/skills/gstack/qa
Command: npx skills add https://github.com/tony30552001/Genpic-master --skill qa-tony30552001

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

QA testing and iterative bug fixing for web applications, enabling rapid validation and consistent quality across releases.

Core Features & Use Cases

  • Systematic QA passes across quick, standard, and exhaustive tiers, capturing before/after health scores, evidence, and ship-readiness summaries.
  • Iterative bug fixing workflow: reproduce issues, fix in source, commit atomically, re-run verification, and re-validate.
  • Proactive guidance: suggests when a feature is ready for testing or when a bug report is ambiguous, and can generate a concise QA report.

Quick Start

Run a standard QA pass on your web app and review the resulting ship-readiness summary.

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 my web app?

Automated QA testing for web apps runs systematic passes, reproduces issues, fixes them in source, commits atomically, and re-runs verification to ensure quality. It supports quick, standard, and exhaustive testing tiers for varying complexity.

What is the best way to determine ship-readiness for a web application?

Ship-readiness is determined by running exhaustive QA passes that capture before and after health scores, record evidence, and generate concise summaries. This automated validation ensures consistent quality across releases before deployment.

Can I run a quick automated testing pass instead of a full QA workflow?

Automated QA supports quick, standard, and exhaustive testing tiers. You can run a quick pass for rapid validation or an exhaustive pass for comprehensive verification, capturing health scores and evidence either way.

How does iterative bug fixing work in automated web app testing?

Iterative bug fixing reproduces reported issues, applies fixes directly in source code, commits changes atomically, and re-runs verification. The workflow then re-validates the web app to ensure the bug is resolved without regressions.

What should I do if my bug report is too ambiguous for automated QA?

Automated QA provides proactive guidance when bug reports are ambiguous, suggesting when a feature is ready for testing or needs clarification. It generates concise QA reports to help teams reproduce and resolve issues confidently.

Are automated QA workflows compatible with plan-mode deterministic steps?

Automated QA workflows ensure deterministic steps via plan-mode compatibility. This structured approach guarantees consistent test execution, atomic commits for fixes, and reliable progress reporting for web applications.