ios-app-store-preflight/SKILL.md
Run comprehensive App Store preflight checks for iOS projects with scan-fix-rescan automation, strict evidence policy validation, and full guideline coverage tracking. Use when preparing an iOS app for submission and when you need every App Store guideline ID explicitly reviewed with owner/date/evidence and CI gate enforcement before release.
npx skillsauth add abanoub-ashraf/manus-skills-import ios-app-store-preflightInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
4 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Run this skill to enforce scan -> fix -> rescan -> full-guideline-audit -> CI gate before submission.
Read references/workflow.md for exact commands.
python3 scripts/preflight_scan.py --project-root <path-to-ios-project>
python3 scripts/preflight_fix.py --project-root <path-to-ios-project>
python3 scripts/preflight_scan.py --project-root <path-to-ios-project>
python3 scripts/preflight_full_audit.py --project-root <path-to-ios-project> --strict-evidence
python3 scripts/preflight_ci_gate.py --gate-json <path-to-ios-project>/.ios_compliance_gate.json
One-shot loop (full strict default):
./scripts/preflight_cycle.sh <project-root> [info-plist] [app-path] [full|no-full] [strict|non-strict]
Treat release as blocked when any condition is true:
.ios_compliance_gate.json contains unknown > 0.ios_compliance_gate.json contains fail > 0.ios_compliance_gate.json contains policy_issues > 0Strict policy requires owner, last_reviewed, and evidence for all pass/fail/na entries.
.ios_guideline_snapshots/.Auto-fix only safe structural gaps:
ITSAppUsesNonExemptEncryption when missing.PrivacyInfo.xcprivacy.Never auto-approve policy/legal/subjective outcomes.
Use template:
assets/github-workflow-appstore-preflight.ymlCopy it to:
.github/workflows/appstore-preflight.ymlThen adjust build/test steps for your repository.
development
Design principles for building polished, native-feeling SwiftUI apps and widgets. Use this skill when creating or modifying SwiftUI views, iOS widgets (WidgetKit), or any native Apple UI. Ensures proper spacing, typography, colors, and widget implementations that look and feel like quality apps rather than AI-generated slop.
data-ai
Design and implement SwiftUI views, components, and app architecture. Use when creating new SwiftUI views, implementing MVVM/TCA patterns, managing state with @Observable, @State, @Binding, or @Environment, designing navigation flows, or structuring iOS app architecture. Triggers on SwiftUI, view model, state management, navigation, coordinator pattern.
development
Implement, review, or improve SwiftUI animations and transitions. Use when adding implicit or explicit animations with withAnimation, configuring spring animations (.smooth, .snappy, .bouncy), building phase or keyframe animations with PhaseAnimator/KeyframeAnimator, creating hero transitions with matchedGeometryEffect or matchedTransitionSource, adding SF Symbol effects (bounce, pulse, variableColor, breathe, rotate, wiggle), implementing custom Transition or CustomAnimation types, or ensuring animations respect accessibilityReduceMotion.
testing
Audit SwiftUI views for accessibility (iOS + macOS) with patch-ready fixes