app-store-preflight-skills

Scan Xcode projects for App Store submission risks and generate remediation plans.

1|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/OMIXEC/Mobile-dev-skills --skill app-store-preflight-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: app-store-preflight-skills
Source: https://github.com/OMIXEC/Mobile-dev-skills/tree/main/skills/app-store-preflight
Command: npx skills add https://github.com/OMIXEC/Mobile-dev-skills --skill app-store-preflight-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Scans iOS/macOS Xcode projects to identify and prevent App Store submission issues by applying a comprehensive preflight against Apple guidelines. It helps teams catch common rejections early and reduces review back-and-forth.

Core Features & Use Cases

  • Load universal and app-type guideline checklists (All Apps + per-app-type) to tailor checks.
  • Pull latest App Store metadata via the asc CLI and validate against policy requirements.
  • Run automated rule checks across metadata, privacy manifests, entitlements, and design compliance.
  • Generate a remediation plan and export a clear report of findings for reviewers and engineers.
  • Suitable for preflight audits after rejection notifications or during pre-submission readiness reviews.

Quick Start

Run App Store preflight checks on your Xcode project to identify rejection risks and remediation steps.

Frequently Asked Questions about app-store-preflight-skills

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run App Store preflight checks on my Xcode project to prevent rejection?

App Store preflight checks scan your iOS or macOS Xcode project for common rejection patterns across metadata, entitlements, and privacy manifests, then generate a remediation plan to fix issues before submission.

What is an App Store preflight scan and what does it check for?

An App Store preflight scan identifies submission risks by applying automated rule checks across your Xcode project's metadata, privacy manifests, entitlements, and design compliance to catch common Apple guideline rejections early.

Does this App Store compliance check work with macOS and iOS apps?

Yes, the preflight checks work with both iOS and macOS Xcode projects, loading tailored guideline checklists for each app type to validate design compliance and metadata accurately.

Why do I need a privacy manifest inspection for App Store submission?

Privacy manifest inspection is needed to ensure your Xcode project meets Apple guidelines, as the preflight scan applies automated rule checks to detect missing or non-compliant privacy data declarations before review.