Leaderboard/Testing/app-store-preflight-skills
Last commit on May 29, 2026·Created on March 19, 2026

truongduy2611/app-store-preflight-skills

Preflights iOS apps against the rejection rules Apple actually enforces.
Combined rank
#240
across all skills
In Testing
#2
category rank
Stars
1.4k
+0.3% in last 7d
Forks
70
-1.4% in last 7d
Watchers
3
0.0% in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

App Store Preflight Skill walks an iOS or macOS Xcode project through the rules Apple enforces at review. It checks metadata, subscriptions, privacy manifests, entitlements, and design compliance using app-type-specific checklists and the asc CLI for metadata inspection. The skill produces a severity-ordered report with suggested fixes and re-validates after changes. It gives developers a structured preflight before submission, or a clear map after a rejection.

WHO IT'S FOR
Apple Platform App Developers
catch rejection issues before submission
Indie Publishers & Solo Devs
pass App Review without costly resubmits
QA & Release Engineers
automate pre-submission compliance scans
App Studios & Agencies
standardize review readiness across clients
Repository contents

1 skill file

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.

Use this skill

Follow the documented setup, then try a first task.

Install App Store Preflight bundle

Installs: Complete truongduy2611/app-store-preflight-skills repository bundle

Before you start
  • asc CLI
  • ASC CLI Skills from app-store-connect-cli-skills
  1. In a terminal, install the required asc CLI using the documented Homebrew command.

    brew install asc
  2. In a terminal, install the complete truongduy2611/app-store-preflight-skills bundle.

    npx skills add truongduy2611/app-store-preflight-skills
SKILL.md · Checked Sep 18, 2026README.md · Checked Sep 18, 2026

Give it something to do.

Suggested first task

Run a focused App Store preflight scan

Uses app-store-preflight-skills

  • Local Xcode project path replacing <PROJECT_PATH>
  • App type replacing <APP_TYPE>
  • Canonical asc metadata directory replacing <METADATA_DIR>
Use the app-store-preflight-skills skill to review the iOS/macOS Xcode project at <PROJECT_PATH>. The app type is <APP_TYPE>, and its metadata is available in the canonical asc layout at <METADATA_DIR>. Start with the all-apps checklist and the matching app-type checklist, inspect the relevant rejection-rule files, and produce a concise Preflight Report ordered by rejections, warnings, and passed checks. For every finding, include the applicable guideline, affected file, and recommended fix. Do not apply fixes. Replace <PROJECT_PATH>, <APP_TYPE>, and <METADATA_DIR> with the actual local project path, documented app type, and metadata directory.
SKILL.md · Checked Sep 18, 2026