qa

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

Updated May 22, 2026
One-click install
npx skills add https://github.com/shekerkamma/peopletech-marketplace --skill qa-shekerkamma
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa
Source: https://github.com/shekerkamma/peopletech-marketplace/tree/main/plugins/gstack/qa
Command: npx skills add https://github.com/shekerkamma/peopletech-marketplace --skill qa-shekerkamma

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Manual QA testing for web applications is inconsistent, time-consuming, and often misses critical bugs that slip into production. This Skill eliminates that gap by automating end-to-end QA testing, bug fixing, and verification in a single workflow, so you can ship with confidence without spending hours on repetitive testing and debugging.

Core Features & Use Cases

  • Tiered Testing Depth: Choose Quick (critical/high bugs only), Standard (adds medium severity), or Exhaustive (adds cosmetic issues) to match testing effort to your release risk.
  • Automated Bug Fixing: Iteratively fixes identified bugs in source code, commits each fix atomically, and re-runs tests to verify the fix works before moving on.
  • Ship-Readiness Reporting: Generates clear before/after health scores, fix evidence, and a go/no-go summary so you can make informed deployment decisions.
  • Use Case: You just shipped a new user onboarding flow. Run this Skill to catch broken form validation, missing alt text, console errors, and layout breaks, then get a report showing exactly what was fixed and if the flow is ready for users.

Quick Start

Ask the AI to run QA testing on your deployed web application, automatically fix any bugs found, and provide a ship-readiness report with health scores.

Frequently Asked Questions about qa

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

FAQPage Schema
How do I automate web app testing and bug fixing before a release?

Automated QA testing systematically tests deployed web apps for bugs across visual, functional, UX, performance, and accessibility categories, then iteratively fixes issues in source code with atomic commits and re-verification.

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

Ship readiness is verified by generating structured QA reports that include before and after health scores, fix evidence, and a go or no-go summary to make informed deployment decisions.

Can I adjust testing depth to match my release risk for QA testing?

Yes, tiered testing depth supports Quick for critical bugs, Standard for medium severity, and Exhaustive for cosmetic issues, allowing you to match testing effort to your specific release risk.

How does automated bug fixing handle source code changes during regression testing?

Automated bug fixing iteratively resolves identified issues by committing each fix atomically in the source code, then re-running tests to verify the fix works before moving on.

Does web app testing cover accessibility and UX issues?

Yes, web app testing systematically scans deployed applications for bugs across accessibility and UX categories, alongside visual, functional, and performance checks.

What do I need to run automated QA testing on my web application?

You need a deployed web application URL and access to its source code repository, enabling the end-to-end workflow to test for bugs, apply fixes, and produce ship-readiness reports.