If you're testing React Native or native Android apps and need to automate UI verification without leaving Claude, this skill uses ADB commands to tap, swipe, input text, and capture screenshots on an emulator. It walks through a calibration and inspection workflow using uiautomator dumps to find element bounds, then verifies results through both screenshots and logcat output. The approach is methodical, centered taps are calculated from XML bounds, and everything lands in an artifacts folder. It's genuinely useful if you're iterating on UI changes and want autonomous debugging without manual tapping, though you'll need the emulator already running and ADB in your PATH. The documentation is thorough about timing animations and when to stop versus blind-tap.
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill android_ui_verification