asc▌
43 indexed skills · max 10 per page
asc-crash-triage
rudrankriyam/app-store-connect-cli-skills · 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
rudrankriyam/app-store-connect-cli-skills · 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
rudrankriyam/app-store-connect-cli-skills · 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
rudrankriyam/app-store-connect-cli-skills · 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
rudrankriyam/app-store-connect-cli-skills · 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
rudrankriyam/app-store-connect-cli-skills · 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
rudrankriyam/app-store-connect-cli-skills · 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
rudrankriyam/app-store-connect-cli-skills · 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
rudrankriyam/app-store-connect-cli-skills · 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
rudrankriyam/app-store-connect-cli-skills · 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