What problem does it solve? Manually triaging mobile bugs requires reading JIRA tickets, reproducing issues on physical devices, hunting for root causes in source code, and writing fixes with evidence — a slow, repetitive cycle. This Skill automates the entire 8-phase workflow from ticket to verified pull request. ## Core Features & Use Cases - Autonomous Bug Reproduction: Parses JIRA tickets, executes reproduction steps on a real iOS/Android device via WebDriverAgent, and records video evidence using screenshot stitching with ffmpeg. - Root Cause Analysis and Fix: Traces the bug to specific files and lines, writes a failing integration test, applies a minimal fix, and verifies on-device with vision-based assertions. - Use Case: A QA engineer receives JIRA ticket PROJ-1234 reporting a wrong cart total. The Skill fetches the ticket, reproduces the bug on a connected iPhone with video evidence, finds the faulty calculation in the source, writes a failing test, fixes it, verifies on device, and opens a PR with the JIRA ticket updated. ## Quick Start Fix bug PROJ-1234 by reproducing it on my connected iPhone and creating a pull request with the fix.