qa

Test web applications for bugs across visual, functional, UX, performance, and accessibility categories.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Manual QA testing is time-consuming, inconsistent, and often misses critical bugs that slip into production. This skill automates the entire QA workflow for web applications, from running tests to fixing identified issues and verifying fixes, so you can ship stable products faster without manual testing overhead.

Core Features & Use Cases

  • Tiered QA Testing: Choose between Quick (critical/high bugs only), Standard (adds medium severity), or Exhaustive (includes cosmetic issues) testing depth to match your release needs.
  • Automated Bug Fixing: Automatically fixes identified bugs in source code, commits each fix atomically, and re-runs tests to verify the fix works without introducing regressions.
  • Ship-Readiness Reporting: Generates before/after health scores, detailed issue reports, and a clear ship-readiness summary so you know exactly if your app is ready to deploy.
  • Use Case: You just finished building a new user dashboard feature. Run this skill to catch broken links, form validation errors, console exceptions, and layout issues, then get a report showing the app's health score and whether it's safe to merge to production.

Quick Start

Use the qa skill to run a full QA test on your current web application and fix any bugs that are found.

Frequently Asked Questions about qa

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

FAQPage Schema
How do I automate web application testing to find bugs before deployment?

You can automate web application testing by running a skill that systematically tests visual, functional, UX, performance, and accessibility categories, then iteratively fixes identified issues with atomic commits and re-verifies them.

What is automated QA ship-readiness reporting and how does it work?

Automated QA ship-readiness reporting generates before and after health scores, detailed issue reports, and a clear summary to validate your web application's stability and confirm whether it is safe to deploy to production.

Can I choose different testing depths for QA testing based on my release needs?

Yes, you can select tiered QA testing depths including Quick for critical and high bugs only, Standard to add medium severity, or Exhaustive to include cosmetic issues, matching your specific project and release requirements.

Does automated bug fixing also handle regression testing?

Yes, automated bug fixing commits each fix atomically and re-runs tests to verify the fix works, ensuring that correcting identified issues in your source code does not introduce regressions into the application.

What is the best way to validate web app stability without manual testing overhead?

The best way to validate web app stability without manual testing overhead is to use an automated QA workflow that runs tiered tests, fixes bugs, and produces health scores with a ship-readiness summary before deployment.