What problem does it solve? Designing correct asc CLI commands for App Store Connect is error-prone due to evolving verbs, flags, auth methods, and output formats. This Skill provides the canonical conventions so commands work the first time. ## Core Features & Use Cases - Command Discovery: Use asc --help, asc search, asc schema, and asc capabilities to find the right command and inspect endpoint schemas before writing automation. - Canonical Verbs & Flags: Prefer view and edit over legacy aliases, use explicit long flags, --confirm for destructive operations, and --paginate for full result sets. - Auth & Apple Ads: Configure keychain auth via asc auth login, fall back to ASC_* environment variables, and handle the separate asc ads credential model with --org and JSON payload files. - Use Case: When asked to submit a build for review or update pricing availability, generate the correct asc command sequence including availability creation, edit operations, and proper output formatting. ## Quick Start Ask the assistant to list all builds for your app using the asc CLI with JSON output and pagination.