This walks Claude through an Apple App Store preflight review specifically for Capacitor apps, either before submission or after a rejection. It loads guideline checklists by app type (subscriptions, UGC, kids, health, games, AI, crypto), inspects your package.json for telltale SDKs, checks iOS project files for entitlements and privacy manifests, then maps Apple's rejection rules against your metadata and code. The workflow is adapted from an existing App Store preflight corpus but narrows the lens to Capacitor pain points: WebView-only 4.2 minimum functionality risks, Sign in with Apple requirements when you have social login, live update services like Capgo that need reviewer notes, and Required Reason API declarations tied to third-party SDKs. It produces a severity-ordered report with exact fixes and can draft reviewer notes for demo accounts or locked features.
npx skills add https://github.com/cap-go/capgo-skills --skill capacitor-apple-review-preflight