What problem does it solve? Submitting an iOS app to App Store review hits undocumented traps—expired web sessions, version string mismatches, emoji rejections, pricing timezone errors, and missing declarations—that the official asc CLI skills do not cover, causing failed submissions and wasted review cycles. ## Core Features & Use Cases - Failure Casebook: Nine field-observed traps from a real Aug 2026 submission, each with the exact asc command to diagnose and fix it, ordered along the submission flow. - Submission Sequencing: The correct five-step order for content rights, medical device declaration, submission creation, item attachment, and final submit, including which step's error output acts as the best missing-items checklist. - Human Checkpoint Markers: Explicit flags for steps requiring human action—2FA login, privacy questionnaire answers, age rating decisions, and the irreversible final submit confirmation. - Use Case: Your metadata push is rejected and the error does not explain why. The skill tells you to grep the description JSON for non-BMP emoji characters, since App Store Connect rejects emoji that Google Play allows. ## Quick Start Ask the agent to walk through the App Store submission for your app using the asc CLI, applying the submit-apple gotcha checklist at each step.