Guidance for using asc cli in this repo (flags, output formats, pagination, auth, and discovery). Use when asked to run or design asc commands or interact with App Store Connect via the CLI.
Installation
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Guidance for using asc cli in this repo (flags, output formats, pagination, auth, and discovery). Use when asked to run or design asc commands or interact with App Store Connect via the CLI.
asc cli usage
Use this skill when you need to run or design asc commands for App Store Connect.
Command discovery
Always use --help to discover commands and flags.
asc --help
asc builds --help
asc builds list --help
Use asc search for local, deterministic command discovery when you know the workflow but not the command path.
asc search "submit app for review"
asc search --output table "upload build"
Use asc schema to inspect bundled App Store Connect endpoint schemas and request/query fields before designing API-facing commands.
asc schema --pretty "GET /v1/apps"
asc schema --method POST appStoreVersions
Use asc capabilities to explain CLI-supported, partial, web-session, and public-API-limited workflow coverage.