What problem does it solve? Mobile development has platform-specific pitfalls that web developers hit repeatedly: New Architecture migrations that silently break native modules, deep links that fail in production, push notifications that never arrive on iOS, OTA updates that crash on bytecode mismatch, and app store rejections for missing privacy manifests. This Skill detects the mobile framework, audits for mobile-specific anti-patterns, and emits fixes that pass platform review. ## Core Features & Use Cases - Framework Audits: Analyze React Native (bare and Expo) and Flutter codebases for New Architecture compatibility, navigation leaks, state management issues, and performance problems. - Platform Integration: Set up and debug deep linking (Universal Links, App Links), push notifications (FCM v1, APNs), OTA updates (EAS Update), and native bridges (Expo Modules, TurboModules). - Store Automation: Run the end-to-end iOS build pipeline (certificates, provisioning, archive, TestFlight upload) and automate App Store Connect operations (versions, localization, screenshots, IAP, submission). - Use Case: You are preparing a React Native app for App Store submission. Use this Skill to generate the privacy manifest, verify screenshot dimensions for all required device classes, build and sign the IPA, upload to TestFlight, and submit for review via the App Store Connect API. ## Quick Start Ask the assistant to audit your React Native or Flutter project for mobile-specific issues and prepare it for app store submission.