qa

Automates end-to-end QA testing and iterative bug-fixing for web applications.

Updated Feb 27, 2026
One-click install
npx skills add https://github.com/abustamam/portfolio-blog --skill qa-abustamam
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa
Source: https://github.com/abustamam/portfolio-blog/tree/main/.claude/skills/gstack/qa
Command: npx skills add https://github.com/abustamam/portfolio-blog --skill qa-abustamam

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

QA work is repetitive, error-prone, and slow when teams manually run tests and chase bugs after each change. This Skill automates end-to-end QA testing and guides iterative bug fixing to raise ship readiness.

Core Features & Use Cases

  • End-to-end QA orchestration: plan, execute, and verify test scenarios across a web app.
  • Tiered testing options: Quick for critical paths, Standard for broader coverage, Exhaustive for cosmetic checks.
  • Evidence generation: produces before/after health scores, fix records, and ship-readiness summaries.
  • Workflow integration: operates within development pipelines, enabling automated re-verification after fixes.

Quick Start

Run a full QA pass on the target web app and iterate fixes while revalidating with automated checks.

Frequently Asked Questions about qa

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

FAQPage Schema
How do I automate end-to-end QA testing for a web application?

Automate end-to-end QA testing by orchestrating test plans, executing scenarios across the web app, capturing reproducible steps, and generating evidence records to verify ship readiness.

What is the best way to plan and execute iterative bug fixes after a web app update?

The best way to execute iterative bug fixes is running an automated QA pass, verifying fixes with automated re-checks, and tracking before/after health scores to confirm resolution.

Can I run different levels of test coverage for critical paths versus cosmetic checks?

Yes, tiered testing options support different coverage levels: Quick for critical paths, Standard for broader coverage, and Exhaustive for comprehensive cosmetic checks across the web app.

How does evidence generation work during web application test execution?

Evidence generation works by capturing reproducible test steps, recording fix iterations, and producing before/after health scores along with a summary of ship readiness.

Does this QA approach integrate with existing development pipelines for re-verification?

Yes, this QA approach integrates within development pipelines, enabling automated re-verification of web application fixes immediately after updates are applied.