rudrankriyam/app-store-connect-cli-skills▌
30 approved skills in this repository
gpd-betagroups
Productivity
Use this skill when managing beta testers, groups, and build distribution on Google Play.
gpd-submission-health
Productivity
Use this skill to reduce Play Console submission failures and validate readiness.
gpd-build-lifecycle
Frontend
Use this skill to manage build state, processing, and retention.
asc-wall-submit
Productivity
Submit or update Wall of Apps entries via App-Store-Connect-CLI with dry-run preview and confirmation flow. \n \n Supports two submission paths: standard App Store flow using app ID, or manual flow using TestFlight link and app name \n Includes dry-run mode to preview changes before applying with --confirm flag \n Generates PR-based submissions that modify docs/wall-of-apps.json with built-in guardrails against unrelated entry changes \n Run commands from the App-Store-Connect-CLI repository roo
asc-build-lifecycle
Frontend
Query, monitor, and expire builds in App Store Connect with asc command-line tools. \n \n Find builds by version, platform, or upload date; inspect processing state and build details with dedicated query commands \n Manage build retention by previewing and applying expiration policies based on age thresholds, with dry-run support \n Publish directly to TestFlight or App Store with end-to-end workflows including optional polling, submission, and confirmation flags \n Distinguish between asc build
asc-localize-metadata
Productivity
Automate App Store metadata translation and syncing across multiple languages using LLM and asc CLI. \n \n Translates version-level fields (description, keywords, what's new, promotional text) and app-level fields (name, subtitle, privacy URLs) to 34+ supported App Store locales \n Enforces character limits (30 for name/subtitle, 100 for keywords, 4000 for description/what's new, 170 for promotional text) and applies formal register guidelines for each target language \n Downloads source locale
asc-id-resolver
Productivity
Resolve App Store Connect IDs from human-friendly names for use in other asc commands. \n \n Maps bundle IDs, app names, and version strings to their corresponding ASC identifiers across apps, builds, versions, TestFlight groups, testers, and review submissions \n Supports filtering by bundle ID, app name, version, and platform; includes pagination and sorting options to ensure complete and deterministic results \n Outputs JSON by default with --pretty , --table , and --markdown formatting optio
asc-testflight-orchestration
Testing
Orchestrate TestFlight distribution, tester groups, and release notes via the App Store Connect CLI. \n \n Manage testers and groups with list, create, add, and invite commands; supports pagination for large datasets \n Distribute builds to groups and remove them with confirmation; export and import full TestFlight configuration as YAML \n Create and update \"What to Test\" notes per build and locale for release communication \n Use IDs for deterministic operations; integrates with the ID resolv
asc-submission-health
Productivity
Preflight App Store submissions, validate builds, and monitor review status with asc command-line tools. \n \n Provides pre-submission checklist covering build validation, encryption compliance, content rights declarations, metadata completeness, and localization requirements \n Includes two submission workflows: the Review Submissions API (recommended) for granular control, and the simpler asc submit create command for direct version submission \n Offers monitoring and cancellation commands to
gpd-ppp-pricing
Productivity
Use this skill to set different prices per region for subscriptions and one-time products.
gpd-id-resolver
Productivity
Use this skill to map names to IDs needed by other gpd commands.
gpd-release-flow
Productivity
Use this skill when you need to upload a build, publish to a track, or manage rollout.
gpd-cli-usage
Productivity
$21
gpd-cli
Productivity
Manage Google Play Developer Console using the gpd command-line tool.
asc-aso-audit
Productivity
Run a two-phase ASO audit: offline checks against local metadata files, then keyword gap analysis via Astro MCP.
asc-whats-new-writer
Productivity
Generate engaging, localized release notes from flexible input. Optionally pair with promotional text updates.
asc-revenuecat-catalog-sync
Productivity
Use this skill to keep App Store Connect (ASC) and RevenueCat aligned, including creating missing ASC items and mapping them to RevenueCat resources.
asc-crash-triage
Productivity
Fetch, analyze, and summarize TestFlight crashes, beta feedback, and performance diagnostics via asc. \n \n Retrieves crash reports filtered by app, build, device model, or OS version; supports pagination and multiple output formats (JSON, table, markdown) \n Fetches beta tester feedback with optional screenshot inclusion and build-level filtering \n Analyzes performance diagnostics (hangs, disk writes, launch metrics) by signature and diagnostic type \n Resolves app and build IDs automatically;
asc-app-create-ui
Frontend
Automate App Store Connect app creation by driving the web UI form with browser automation. \n \n Requires a pre-registered bundle ID in the Apple Developer portal and user sign-in to App Store Connect; handles multi-platform selection (iOS, macOS, tvOS, visionOS) and all required fields including the tricky User Access radio buttons \n Includes detailed workarounds for known UI quirks: dropdown menu navigation for \"New App\", asynchronous Bundle ID dropdown loading, and span-overlay intercepti
asc-workflow
Productivity
Define, validate, and run repo-local multi-step automations with .asc/workflow.json and asc workflow commands. \n \n Author workflows in .asc/workflow.json with support for global/workflow-level env, before/after hooks, error handlers, and conditional steps using if directives \n Run workflows locally or in CI with asc workflow run <name> , preview execution with --dry-run , and validate structure with asc workflow validate \n Supports sub-workflows (including private helper workflows), run
asc-subscription-localization
Productivity
Bulk-localize subscription and in-app purchase display names across all App Store Connect locales. \n \n Supports localization of subscriptions, subscription groups, and in-app purchases across 37 App Store locales with separate create and update commands for each entity type \n Workflow includes listing existing localizations to avoid duplicates, creating missing ones per locale, and verifying completion with table output \n Handles both single display names applied uniformly across all locales
asc-notarization
Productivity
Archive, export, and notarize macOS apps with Developer ID signing and Apple's notarization service. \n \n Automates the full notarization workflow: archive via xcodebuild, export with Developer ID certificate, submit to Apple, and optionally staple the ticket for offline use \n Supports .zip , .dmg , and .pkg formats; includes preflight checks for certificate chain validity and trust settings \n Provides flexible submission modes: fire-and-forget, synchronous wait with polling, or custom poll i
asc-shots-pipeline
Productivity
Orchestrate iOS screenshot automation from build through frame composition to App Store Connect upload. \n \n Build and launch apps on simulators with Xcode CLI tools, then drive UI interactions and capture screenshots using AXe plan files \n Frame screenshots deterministically with pinned Koubou 0.14.0, supporting six device types (iPhone Air, iPhone 17 Pro, iPhone 17 Pro Max, iPhone 16e, iPhone 17, Mac) \n Configure pipelines via JSON settings and capture plans; skip framing or upload stages a
asc-ppp-pricing
Productivity
Territory-specific pricing for subscriptions and in-app purchases using CSV import, price schedules, and per-territory commands. \n \n Supports both subscriptions and IAP with dedicated setup commands for bootstrapping new products with initial pricing and localization in one verified flow \n Bulk PPP updates via CSV import with dry-run validation; manual one-off pricing via set command with optional future-date scheduling \n Includes summary views, price-point lookup, and availability managemen
asc-release-flow
Productivity
End-to-end release workflows for TestFlight and App Store distribution. \n \n Supports iOS, macOS, visionOS, and tvOS with platform-specific build formats ( .ipa for iOS/visionOS/tvOS, .pkg for macOS) \n One-command publishing via asc publish testflight or asc publish appstore , or manual multi-step workflows for granular control \n Includes build upload, version attachment, TestFlight group distribution, and App Store submission with optional polling and confirmation \n Requires valid credentia
asc-metadata-sync
Productivity
Sync App Store Connect metadata and localizations with validation and legacy format migration support. \n \n Manage two localization types: version-specific fields (description, keywords, what's new, support/marketing URLs) and app-level fields (name, subtitle, privacy policy) \n Download, validate, and upload .strings files in bulk for multi-language workflows with built-in character limit enforcement \n Export current metadata state, validate against App Store requirements, and import updates
asc-xcode-build
Frontend
Build and export iOS/macOS apps with xcodebuild for App Store Connect upload. \n \n Handles both iOS (IPA) and macOS (PKG) builds through archive and export workflows with xcodebuild \n Requires valid signing identity, provisioning profiles, and Xcode command line tools configured \n Integrates with asc CLI for uploading builds; macOS uploads require explicit version and build number parameters \n Build numbers must be unique and higher than previous uploads; includes commands to check existing
asc-signing-setup
Productivity
iOS/macOS signing asset setup and rotation via Apple's asc CLI. \n \n Manage bundle IDs, capabilities, signing certificates, and provisioning profiles through command-line workflows \n Supports multiple certificate types (distribution, development) and profile types (App Store, ad-hoc, development) with device assignment \n Includes rotation and cleanup commands to revoke old certificates and delete expired profiles \n Requires prior authentication via asc auth login or environment variables, pl
asc-cli-usage
Productivity
$23
gpd-metadata-sync
Productivity
Use this skill to keep local metadata in sync with Google Play.