What problem does it solve? Turning an existing website, PWA, or web dashboard into an iOS app is risky: Apple rejects thin website wrappers under App Store Guideline 4.2, and teams often discover this only after a rejection. This Skill audits a live URL, assesses wrapper-rejection exposure, and produces a concrete conversion plan before any code is written. ## Core Features & Use Cases - URL Audit: Generates SITE_TO_IOS_AUDIT.md covering routes, auth, payments, PWA signals, responsive behavior at iPhone widths, and App Store 4.2 wrapper risk. - Conversion Planning: Produces SITE_TO_IOS_PLAN.md with a chosen strategy (Capacitor remote shell, bundled shell, SwiftUI shell, or full native rebuild), required native value, build commands, QA matrix, and release gate. - 4.2 Rejection Gate: Flags when an app would be a bookmark or content mirror and names the native value (push, deep links, native settings, account deletion) needed before submission. - Use Case: A SaaS founder with a scheduling dashboard asks to put it on the App Store; the Skill audits the site, finds missing account deletion and Sign in with Apple, recommends a Capacitor remote shell with push notifications, and holds the release gate until blockers are resolved. ## Quick Start Audit https://your-site.example and plan its conversion into an iOS app, flagging any App Store 4.2 rejection risk before scaffolding anything.