analyze-mobile-app

Installation
SKILL.md

Mobile App Competitive Analyzer

Automated competitive analysis of Android mobile apps via ADB. Navigate the app, capture screenshots, document UX/UI, generate complete reports.

Config

Output: docs/{APP}_ANALYSIS.md, docs/{APP}_REPORT.html, docs/{APP}_USER_FLOWS.md, img/*.png

Workflow

1. Setup

adb devices                                        # Verify connection
adb shell wm size                                  # Device info
adb shell dumpsys window | grep mCurrentFocus      # Current app package

2. Main Loop (repeat for each screen)

Related skills
Installs
27
GitHub Stars
2
First Seen
Feb 5, 2026