Claude Skill
truongduy2611/app-store-preflight-skills
App Store Preflight Skills is a Claude Skill that scans iOS/macOS projects for App Store rejection patterns before submission, reducing rejection risk and streamlining app review.
Overview
Repository
Install this Skill
npx skills add truongduy2611/app-store-preflight-skillsRegistry
Summary
App Store Preflight Skills is an AI agent skill (Claude Skill) that scans iOS and macOS projects for common App Store rejection patterns before submission, helping developers identify and fix issues early.
AI代理技能:在提交前扫描iOS/macOS项目中的App Store拒绝模式(Claude Skill)
Key features
- Scans iOS/macOS projects for App Store rejection patterns
- Pre-submission validation to reduce rejection risk
- Integrates with AI agents for automated analysis
- Lightweight and easy to integrate into CI/CD pipelines
Use cases
- Pre-submission code review for App Store compliance
- Automated rejection pattern detection in CI/CD
- Developer education on common rejection causes
- Quality assurance for iOS/macOS app releases
README excerpt
# ✈️ App Store Preflight An AI agent skill that runs pre-submission checks on your iOS/macOS project to catch common mistakes that lead to App Store rejection. ## Overview Preflight helps developers catch potential App Store Review guideline violations **before** submitting their app. It scans your Xcode project, source code, metadata, and configuration files to flag issues that commonly result in rejections from Apple. This skill integrates with the [`asc` CLI](https://github.com/rudrankriyam/App-Store-Connect-CLI) (`brew install asc`) and the [ASC CLI Skills](https://github.com/rudrankriyam/app-store-connect-cli-skills) to pull and inspect App Store metadata. Most metadata examples assume the canonical JSON layout written by `asc metadata pull`. If you are starting from fastlane metadata, adapt the path examples or pull the canonical `asc` layout first. ## Install ```bash npx skills add truongduy2611/app-store-preflight-skills ``` ## Guideline Index (by App Type) The `references/guidelines/` directory contains a **complete index of all 100+ Apple Review Guidelines** and **10 app-type specific checklists**: | Checklist | App Type | |-----------|----------| | [all_apps.md](./references/guidelines/by-app-type/all_apps.md) | Universal (every submission) | | [subscription_iap.md](./references/guidelines/by-app-type/subscription_iap.md) | Subscriptions / In-App Purchases | | [social_ugc.md](./references/guidelines/by-app-type/social_ugc.md) | Social / User-Generated Content | | [kids.md](./references/guidelines/by-app-type/kids.md) | Kids Category | | [health_fitness.md](./references/guidelines/by-app-type/health_fitness.md) | Health, Fitness & Medical | | [games.md](./references/guidelines/by-app-type/games.md) | Games | | [macos.md](./references/guidelines/by-ap
Topics
No topics yet.