What problem does it solve? Mobile QA on React Native and Expo apps often produces vague, unreproducible bug reports or gets mixed up with code fixes. This Skill runs Maestro flows on a local simulator or emulator as a strictly report-only pass, capturing screenshots, logs, and structured reports so failures are documented with exact repro steps and severity. ## Core Features & Use Cases - Prerequisite Verification: Checks that the Maestro CLI, a running simulator or emulator, and flow files exist before executing anything. - Artifact and Report Generation: Runs flows with explicit output directories, HTML or JUnit report formats, optional tag filtering, and debug output capture via a bundled bash helper script. - Severity-Classified Findings: Classifies each verified failure as blocker, major, minor, or cosmetic with exact flow steps, expected vs actual behavior, and suspected ownership using a report template. - Use Case: A developer asks for a QA report on login and onboarding flows before a release. The Skill verifies the environment, runs the targeted Maestro flows, inspects screenshots and logs, and produces a concise report without touching app code. ## Quick Start Run Maestro QA on the login and onboarding flows in this repo and give me a severity-classified report with repro steps and artifact paths.