qa

QA test web applications across UI, API, and data layers and fix bugs.

Updated Mar 28, 2026
One-click install
npx skills add https://github.com/zaeem-rafiq/tatheer-swift-sdk --skill qa-zaeem-rafiq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa
Source: https://github.com/zaeem-rafiq/tatheer-swift-sdk/tree/main/.claude/skills/gstack/qa
Command: npx skills add https://github.com/zaeem-rafiq/tatheer-swift-sdk --skill qa-zaeem-rafiq

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Systematically QA test a web application and fix bugs found, providing structured evidence and governance for PR readiness.

Core Features & Use Cases

  • Systematic QA testing: Plan, execute, and verify tests across UI, API, and data layers.
  • Atomic bug fixes: Iteratively fix bugs in source code and commit each fix atomically, then re-verify.
  • Tiered testing: Supports Quick, Standard, and Exhaustive test scopes to balance speed and coverage.
  • Reporting & ship-readiness: Generates before/after health scores, fix evidence, and a ship-readiness summary.
  • Usage scenarios: Use when asked to qa, test this site, find bugs, or fix what's broken.

Quick Start

Instruct the QA skill to start a test-and-fix run on the target site and follow its guided workflow.

Frequently Asked Questions about qa

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

FAQPage Schema
How do I systematically find and fix bugs in a web application?

To find and fix web application bugs, you need a structured QA process covering test planning, execution, and fix verification. This skill systematically tests UI, API, and data layers, then iteratively applies atomic bug fixes and re-verifies regressions to ensure stability.

What is the best way to generate ship-readiness reports and health scores for a web app?

Generating ship-readiness reports and health scores requires testing UI, API, and data layers, then tracking fixes. This skill produces structured reports with before and after health scores, fix evidence, and a final ship-readiness summary for PR governance.

Can I run automated QA testing on a web app that requires authentication?

Yes, you can run automated QA testing on web apps requiring authentication. You provide the target URL, testing scope, and optional authentication credentials, allowing the systematic test execution to access and validate protected areas of your application.

How do I balance test coverage and speed when testing web applications of various sizes?

Balancing test coverage and speed for various web app sizes involves selecting appropriate testing tiers. This skill supports Quick, Standard, and Exhaustive test scopes, allowing you to adjust depth across UI, API, and data layers based on your project requirements.

Does this QA skill apply atomic bug fixes to source code and provide regression verification?

Yes, this QA skill applies atomic bug fixes to source code and provides regression verification. It iteratively commits each fix individually, then re-verifies the application across UI, API, and data layers to confirm the fix worked without introducing new issues.