asc-workflow

Define, validate, and execute repo-local App Store Connect automation workflows.

954|51|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/rudrankriyam/app-store-connect-cli-skills --skill asc-workflow-rudrankriyam
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: asc-workflow
Source: https://github.com/rudrankriyam/app-store-connect-cli-skills/tree/main/skills/asc-workflow
Command: npx skills add https://github.com/rudrankriyam/app-store-connect-cli-skills --skill asc-workflow-rudrankriyam

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a robust framework for defining, validating, and executing multi-step automation sequences directly within your repository, streamlining complex release and CI/CD processes for App Store Connect.

Core Features & Use Cases

  • Repo-Local Automation: Define workflows in .asc/workflow.json for version-controlled, repeatable automation.
  • CI/CD Integration: Seamlessly integrate complex release flows into your CI pipelines.
  • Orchestration: Manage multi-step processes with hooks (before_all, after_all, error), conditionals (if), and sub-workflows.
  • Use Case: Automate the entire process of building an app, uploading it to TestFlight, and submitting it for review, all triggered by a single command defined in your workflow file.

Quick Start

Validate your App Store Connect workflow configuration file using the asc workflow validate command.

Frequently Asked Questions about asc-workflow

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

FAQPage Schema
How do I define multi-step App Store Connect automation workflows in my repository?

You can define App Store Connect automation workflows by creating a `.asc/workflow.json` file in your repository. This approach enables version-controlled, repeatable orchestration of complex release processes directly within your codebase.

Can I integrate App Store Connect release orchestration into my CI/CD pipeline?

Yes, App Store Connect release orchestration integrates seamlessly into CI/CD pipelines. The Skill supports executing complex release flows triggered by single commands defined in your workflow configuration file.

How do I validate my App Store Connect workflow configuration file?

You validate your App Store Connect workflow configuration by running the `asc workflow validate` command. This checks your `.asc/workflow.json` file for correctness before execution.

What orchestration features are available for complex App Store Connect release flows?

App Store Connect release orchestration supports hooks like `before_all`, `after_all`, and `error`, along with conditionals using `if` statements and sub-workflows. This allows managing multi-step processes with conditional logic and error handling.

Does the App Store Connect workflow automation provide machine-readable output?

Yes, App Store Connect workflow automation provides machine-readable JSON output. This output includes workflow status and step durations, making it suitable for programmatic integration and monitoring in CI environments.

What is a practical use case for repo-local App Store Connect workflow automation?

A practical use case for App Store Connect workflow automation is automating the entire process of building an app, uploading it to TestFlight, and submitting it for review. This is achieved through a single command defined in your workflow file.