qa

Automates QA verification of app changes across browser flows and iOS simulator via git diff analysis and targeted tests.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/hamza-sahin/pawbalance --skill qa-hamza-sahin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa
Source: https://github.com/hamza-sahin/pawbalance/tree/main/.claude/skills/qa
Command: npx skills add https://github.com/hamza-sahin/pawbalance --skill qa-hamza-sahin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates QA verification of app changes by running automated checks across browser flows and the iOS simulator, reducing manual debugging and surfacing regressions early.

Core Features & Use Cases

  • Analyzes git diffs to identify affected flows (auth, app search, profile, scanner, bowl, learn, onboarding, and component screens) and runs targeted browser and iOS tests.
  • Self-heals on failure and can be invoked automatically by CLAUDE.md rules or manually with /qa during verification phases.
  • Provides a repeatable, auditable verification process that integrates into existing CI/CD workflows and documentation.

Quick Start

Run the qa skill to automatically verify affected app flows in browser and iOS during verification phases.

Frequently Asked Questions about qa

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

FAQPage Schema
How do I automate QA testing for web and iOS app changes?

You can automate QA testing by analyzing git diffs to identify affected flows and running targeted tests in browser and iOS simulator environments to surface regressions early.

How does self-healing test automation work on failure?

Self-healing test automation uses a test harness to detect failures during verification phases and automatically attempts to resolve issues, reducing manual debugging for web and iOS flows.

How do I run targeted browser and iOS tests based on git diffs?

You can run targeted tests by invoking the /qa command or triggering CLAUDE.md verification workflows, which analyze git diffs to isolate affected flows like auth, search, and onboarding.

Can I integrate automated QA verification into existing CI/CD workflows?

Yes, automated QA verification provides a repeatable, auditable process that integrates directly into existing CI/CD workflows and documentation during verification phases.

Do I need a browser-automation and iOS-testing framework to run verification workflows?

Yes, you need a browser-automation and iOS-testing framework, a self-healing test harness, and integration with CLAUDE.md verification workflows to run automated QA checks.

What app flows can I verify automatically during verification phases?

You can verify affected app flows including auth, app search, profile, scanner, bowl, learn, onboarding, and component screens across web browser and iOS simulator environments.