Emasoft

iOS Prepare Submission — Git skill for Claude Code

Git community

Check App Store submission readiness — metadata, screenshots, signing, and pre-merge quality gates.

How to install iOS Prepare Submission

Installs to ~/.claude/skills/emasoft-emasoft-complete-ios-app-authoring-ios-prepare-submission/SKILL.md

Terminal
mkdir -p ~/.claude/skills/emasoft-emasoft-complete-ios-app-authoring-ios-prepare-submission && curl -fsSL https://raw.githubusercontent.com/Emasoft/emasoft-complete-ios-app-authoring/HEAD/commands/ios-prepare-submission.md -o ~/.claude/skills/emasoft-emasoft-complete-ios-app-authoring-ios-prepare-submission/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What iOS Prepare Submission does


description: Check App Store submission readiness — metadata, screenshots, signing, and pre-merge quality gates. argument-hint: "[path] [--focus metadata|signing|screenshots|gates|all]"

Run a full **submission-readiness gate** for the iOS / iPadOS / macOS / visionOS app at `$ARGUMENTS` (default: current working directory). Target the latest SDK: **iOS 26 / iPadOS 26 / Swift 6.2 / Xcode 26**. Produce a single READY / NEEDS-FIXES / HIGH-RISK verdict the user can act on before they archive

Alternatives in Git

  • Linting — Run rm -rf .mypy_cache && pre-commit run --all-files and fix the issues 3.1k ★
  • Prepare Commit — Comment out inappropriate logging before commit 1.6k ★
  • Auteur — The Claude Code skill that directs a website like a film 1k ★

Full documentation available on GitHub

View Source Repository