Claude Skill
truongduy2611/app-store-preflight-skills
App Store Preflight Skills 是一个 Claude Skill,可在提交前扫描 iOS/macOS 项目中的 App Store 拒绝模式,降低被拒风险,简化应用审核流程。
概览
仓库信息
安装这个 Skill
npx skills add truongduy2611/app-store-preflight-skillsRegistry 信息
项目简介
App Store Preflight Skills 是一个 AI 代理技能(Claude Skill),可在提交前扫描 iOS/macOS 项目中的常见 App Store 拒绝模式,帮助开发者及早发现并修复问题。
AI agent skill to scan iOS/macOS projects for App Store rejection patterns before submission
要点
- 扫描 iOS/macOS 项目中的 App Store 拒绝模式
- 提交前验证,降低被拒风险
- 与 AI 代理集成,实现自动化分析
- 轻量级,易于集成到 CI/CD 流水线
使用场景
- 提交前代码审查,确保符合 App Store 要求
- 在 CI/CD 中自动检测拒绝模式
- 帮助开发者了解常见拒绝原因
- iOS/macOS 应用发布的质量保障
README 摘要
# ✈️ 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
话题
暂无话题