What problem does it solve? Creating a new app record in App Store Connect normally requires manual clicks in the web UI or managing JWT keys for the official API. This Skill automates app creation through Apple's internal iris API using an existing Blitz web session, removing the need for API key setup. ## Core Features & Use Cases - Automated App Creation: Posts a complete app record (bundle ID, SKU, primary locale, app name localization, initial 1.0 version) to the iris API in one call. - Session-Based Authentication: Reuses the web session stored at ~/.blitz/asc-agent/web-session.json, with automatic fallback to the asc_web_auth MCP tool when the session is missing or expired. - Blitz Flow Confirmation: Calls the asc_confirm_created_app MCP tool after creation to programmatically complete the bundle-ID setup confirmation in Blitz. - Use Case: You are setting up a new iOS app in Blitz and need the App Store Connect app record created and confirmed without opening the App Store Connect website. ## Quick Start Create an App Store Connect app for bundle ID com.example.myapp with primary locale en-US and confirm it in Blitz.