gstack/qa

Automate web application testing for layout, functionality, accessibility, and performance.

Updated Oct 29, 2013
One-click install
npx skills add https://github.com/wangfeiv/GitProjects --skill gstack-qa-wangfeiv
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gstack/qa
Source: https://github.com/wangfeiv/GitProjects/tree/main/skills/gstack/qa
Command: npx skills add https://github.com/wangfeiv/GitProjects --skill gstack-qa-wangfeiv

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps users systematically test and verify web applications, identifying bugs, layout issues, and performance bottlenecks, thereby ensuring quality before deployment.

Core Features & Use Cases

  • Automated QA Testing: Runs scripted tests to identify visual, functional, and accessibility issues across web pages.
  • Bug Reproduction & Fixing: Guides users through reproducing bugs, capturing evidence, and applying minimal source code fixes.
  • Use Case: A developer deploys a new feature and uses this Skill to verify page layouts, interactive elements, and accessibility compliance, then iteratively fixes any discovered issues.

Quick Start

Ask the AI to run a full web application review on your local or staging URL to identify/UI/UX problems.

Frequently Asked Questions about gstack/qa

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

FAQPage Schema
How do I automate web application testing for layout and accessibility issues?

Automated web application testing is handled by running scripted tests to identify visual, functional, and accessibility issues across your pages. It systematically verifies page layouts and interactive elements to ensure quality before deployment.

Can I use Selenium or Puppeteer for bug reproduction workflows?

Selenium or Puppeteer are supported for bug reproduction workflows. The process guides you through reproducing bugs, capturing evidence, and applying minimal source code fixes to resolve the discovered issues.

What is the best way to run pre-deployment validation on a staging URL?

Pre-deployment validation is best run by executing a full web application review on your staging URL. This analyzes layout, functionality, accessibility, and performance to identify bugs and bottlenecks.

Does automated QA testing work for local web resources?

Automated QA testing does work for local web resources. It requires access to your web resources to run comprehensive tests and verify interactive elements, ensuring your application performs as expected.

How do I fix UI bugs found during web application testing?

Fixing UI bugs found during web application testing involves reproducing the bugs and applying minimal source code fixes. The guided workflow helps capture evidence and iteratively resolve discovered layout and functional issues.