What problem does it solve? App Store submissions often stall because of hidden readiness blockers such as invalid builds, missing metadata, unresolved encryption declarations, or unprepared in-app purchases. This Skill pinpoints exactly why a release cannot proceed and routes each blocker to the correct repair path. ## Core Features & Use Cases - Readiness Diagnosis: Runs asc validate and asc review doctor to produce an ordered list of blockers with evidence for each one. - Repair Routing: Directs fixes to public-API commands, authenticated web-session commands, or manual App Store Connect steps depending on what the API actually covers. - Review Monitoring and Cancellation: Tracks review status and history, and cancels unhealthy submissions only after confirmation. - Use Case: Your iOS app version is stuck and submission keeps failing. Use this Skill to identify that the build lacks an encryption declaration and the privacy policy URL is missing, fix both, then hand the healthy version back to the release flow. ## Quick Start Ask the assistant to diagnose why my App Store version 1.2.3 cannot be submitted and list the blockers with the next command to run.