One-click install
npx skills add https://github.com/keremerkan/ascelerate --skill ascelerate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ascelerate
Source: https://github.com/keremerkan/ascelerate/tree/main/skills/ascelerate
Command: npx skills add https://github.com/keremerkan/ascelerate --skill ascelerate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

ascelerate eliminates repetitive, error-prone manual work in the App Store Connect web UI by consolidating archiving, uploading, localization, provisioning, screenshots, and review submission into a scripted CLI workflow to speed releases and reduce human mistakes.

Core Features & Use Cases

  • Release automation: Create versions, archive builds, upload binaries, attach builds, run preflight checks, and submit for review from a single tool.
  • Provisioning & certificates: Register devices, create and revoke certificates, manage bundle IDs and provisioning profiles with interactive prompts or non-interactive flags for CI.
  • Localization & media: Export/import app and version localizations, manage screenshots and app previews, and capture framed simulator screenshots for multiple locales.
  • IAP & subscriptions: Full management of in-app purchases and subscription groups, including localizations and submission alongside app reviews.
  • Use Case: Automate a full release pipeline in CI that archives, uploads, waits for processing, attaches the build, imports localizations, runs preflight checks, and submits the app and any pending IAPs.

Quick Start

Use the ascelerate skill to create a new version, upload and attach the latest build, run preflight checks, and submit the app for review using your app alias.

Frequently Asked Questions about ascelerate

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate App Store Connect release submission from a CLI?

App Store Connect release automation handles archiving, uploading, attaching builds, running preflight checks, and submitting apps for review entirely through scripted CLI workflows. It replaces repetitive manual web UI work with interactive prompts or non-interactive CI flags.

Can I manage provisioning profiles and certificates in CI without manual intervention?

Provisioning management supports registering devices, creating and revoking certificates, and managing bundle IDs and profiles. You can use non-interactive flags for CI automation or interactive prompts for local terminal execution.

How do I upload localized screenshots and app metadata for multiple locales?

Localization and media management exports and imports app and version localizations across multiple locales. It handles uploading screenshots and app previews, and captures framed simulator screenshots for localized App Store listings.

Does App Store Connect automation support in-app purchases and subscription management?

In-app purchase and subscription management supports full lifecycle operations including localizations and submitting IAPs alongside app reviews. It manages subscription groups and individual purchases directly through the App Store Connect API.

What are the requirements to run an App Store Connect release automation pipeline?

App Store Connect automation requires macOS and configured App Store Connect API credentials. It integrates with the App Store Connect API and supports app aliases, interactive prompts, and non-interactive CI flags for flexible pipeline execution.

What is the best way to script a full iOS release pipeline including build, localization, and review submission?

A scripted CLI workflow consolidates archiving, uploading, waiting for processing, attaching builds, importing localizations, running preflight checks, and submitting the app and pending IAPs for review into a single automated pipeline.