qa-mobile-ui-verification

Verify mobile UI behavior across Android, iOS, React Native, hybrid, and WebView surfaces.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/FernanSuoza/AIDD-project-bootstrap --skill qa-mobile-ui-verification
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-mobile-ui-verification
Source: https://github.com/FernanSuoza/AIDD-project-bootstrap/tree/main/templates/skills/qa-mobile-ui-verification
Command: npx skills add https://github.com/FernanSuoza/AIDD-project-bootstrap --skill qa-mobile-ui-verification

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provide a consistent, reproducible process to verify mobile and device-facing UI behavior across Android, iOS, React Native, hybrid, and WebView surfaces, reducing flaky tests and missing diagnostic evidence.

Core Features & Use Cases

  • Platform-aware tool selection: recommends Android Compose/Espresso, iOS XCTest/XCUI, Appium for cross-platform, or Detox for React Native to match the target stack.
  • Artifact and CI integration: captures screenshots, video, logcat/Console logs, and configures test flavors and device farms for reproducible CI runs.
  • Flakiness and diagnostics guidance: best practices for emulator/device setup, timing and idempotency strategies, and WebView debugging to minimize false negatives.
  • Use case: run a cross-platform smoke suite on critical flows, capture failure artifacts (video, logs), and file follow-up bugs with device/OS/build evidence.

Quick Start

Run the qa-mobile-ui-verification skill to verify the target platform (Android, iOS, React Native, or hybrid) on a connected emulator or device and collect screenshots, logs, and a short verification report.

Frequently Asked Questions about qa-mobile-ui-verification

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

FAQPage Schema
How do I verify mobile UI across Android, iOS, and React Native without flaky tests?

To verify mobile UI without flaky tests, apply platform-aware tools like Espresso, XCTest, Appium, or Detox, and implement emulator setup, timing strategies, and idempotency practices to minimize false negatives.

What is the best way to capture screenshots and logcat logs during mobile UI automation?

The best way to capture mobile UI automation evidence is to configure CI artifact collection to automatically gather screenshots, video recordings, logcat logs, and Console logs during your test runs.

Does Appium work for cross-platform mobile UI verification on CI device farms?

Yes, Appium works for cross-platform mobile UI verification by driving Android, iOS, and hybrid surfaces, and integrates with CI device farms to capture test flavors and reproducible evidence.

How do I debug WebView surfaces during hybrid mobile UI testing?

To debug WebView surfaces during hybrid mobile UI testing, apply dedicated WebView debugging strategies alongside native test frameworks to ensure consistent behavior and capture relevant diagnostic logs.

Can I use Detox for React Native UI verification on connected emulators?

Yes, you can use Detox for React Native UI verification on connected emulators or devices to assess critical flows, capture failure artifacts like videos, and file bugs with build evidence.