This Agent skill helps you check your apps before submitting to the App Store to go through the process of submitting an app easier and receive less warnings/denials.
Recommended model: Claude Opus 4.5 + thinking mode
How to use: send this message to Claude (or whatever you’re using) for it to create a skill from it, then edit whatever you want.
Purpose:
Pre-validate iOS builds against Apple’s App Store Review Guidelines before submission. Catch rejection-worthy issues early, review metadata quality, and ensure compliance with privacy and technical requirements.
Capabilities:
- Parse your Xcode project and Info.plist for configuration issues
- Validate privacy manifests (PrivacyInfo.xcprivacy) against declared API usage
- Check for private API usage and deprecated frameworks
- Review App Store Connect metadata: screenshots, descriptio...