What problem does it solve? App Store submissions often fail or stall for unclear reasons, and developers struggle to identify which blocker is stopping a release. This Skill diagnoses readiness failures, routes each blocker to the correct repair path, and manages review monitoring, cancellation, and retry decisions using the asc CLI. ## Core Features & Use Cases - Readiness Diagnosis: Runs asc validate and asc review doctor to produce an ordered list of blockers with evidence, covering builds, metadata, screenshots, encryption, age rating, and availability. - Repair Routing: Separates public-API repairs from web-session and manual work, with dedicated references for readiness repairs, digital goods (IAP/subscriptions), and App Privacy. - Review Lifecycle Management: Monitors review status and history, cancels unhealthy submissions with confirmation, and decides when a repaired version can return to the release flow. - Use Case: Your asc validate run reports an invalid build state and a missing App Privacy publish confirmation. Use this Skill to identify each blocker, fix the encryption declaration via the public API, verify privacy state through the web-session flow, and hand the healthy version back to asc-release-flow. ## Quick Start Ask the agent to diagnose why my App Store version 1.2.3 cannot be submitted and list the blocking issues with the next repair command.