If you're working with App Store Connect from the command line, this walks you through the essentials of the asc CLI: how to discover commands with --help, which verbs to use (view instead of get, edit for updates), and how to handle auth via keychain or environment variables. It covers the practical stuff like output formats, pagination flags, and timeouts that you'll actually need when scripting deployments or automating app metadata updates. The guidance on inspecting API key permissions with asc web auth capabilities is especially handy when you're debugging access issues. Straightforward reference material that keeps you from guessing at flag names.
npx skills add https://github.com/rudrankriyam/asc-skills --skill asc-cli-usage