qa

Test web applications via simulated user interactions and generate health scores.

5|1|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/drt0927/tw-overlay --skill qa-drt0927
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa
Source: https://github.com/drt0927/tw-overlay/tree/main/.gemini/skills/gstack-qa
Command: npx skills add https://github.com/drt0927/tw-overlay --skill qa-drt0927

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Systematically QA test a web application by simulating real user interactions, surfacing bugs, and guiding precise, atomic fixes.

Core Features & Use Cases

  • Automated test runs that mimic user behavior to catch regressions early
  • Before/after health scores, evidence, and a ship-readiness report to track fixes
  • Scenarios including regression checks, CI/CD hooks, and manual exploratory testing

Quick Start

Run a QA pass on your target URL and fix issues one atomic change at a time, then 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 regression testing for modern web apps?

Automate regression testing by simulating real user interactions on a target URL to surface bugs. This process verifies web application health during development workflows and generates before and after scores with ship-readiness summaries.

Can I run web testing and bug fixing in a single CI/CD pipeline step?

Yes, you can run web testing within CI/CD pipelines to execute on-demand regression checks. It tests applications like a real user and produces evidence of atomic fixes for immediate post-fix verification and deployment readiness.

What is the best way to verify bug fixes without breaking existing web features?

Verify bug fixes by applying atomic changes one at a time and re-running simulated user interactions. This method generates before and after health scores and ship-readiness reports to ensure existing features remain intact.

Does automated QA testing provide evidence of fixes for ship-readiness reports?

Automated QA testing provides evidence of fixes by producing before and after health scores. It generates a ship-readiness summary that tracks verification outcomes for modern web applications during development workflows.

How do I simulate real user interactions for exploratory web testing?

Simulate real user interactions by running automated test passes against your target URL. This exploratory testing surfaces bugs and guides precise, atomic fixes while outputting a comprehensive health score report.

What are the limitations of automated QA for post-fix verification in development workflows?

Automated QA for post-fix verification is limited to modern web apps and requires a target URL. It focuses on atomic commits and regression checks, meaning it may not cover non-web platforms or complex multi-step user journeys.