asc-workflow

Agent workflows

rorkai/app-store-connect-cli-skillsskills.sh ↗

Installs

5,926

deduplicated, at the last sync

Since we started

+0.9%

28 readings, about 3 hours apart. Not a live curve.

Our category

Agent workflows

ours

Last read

Sep 3, 2026

from the directory

Our brief

ours

This skill provides a mechanism to define, validate, execute, and audit multi-step automations stored locally in `.asc/workflow.json` files. It allows users to run complex workflows using CLI commands like `asc workflow run`, which can perform tasks such as resolving builds or submitting versions to App Store Connect.

What it produces
  • Machine-readable JSON output
  • Workflow status and results
  • Build IDs and group information
What it needs
  • Local workflow file (.asc/workflow.json)
  • CLI parameters (KEY:VALUE)
Paid services

not detected

The evidence does not contain any information regarding required paid plans, APIs, or credentials.

Registration

not detected

The evidence does not mention any requirement for user registration.

Limits and human review

The skill cannot classify commands or automatically retry mutations; users must determine if a command is safe to repeat. Furthermore, output-extraction failures cannot be resumed using the run ID. Users are responsible for validating the workflow structure before execution.

Evidenceskills/asc-workflow/SKILL.md:1-232
skills/asc-workflow/SKILL.md1–232
---
name: asc-workflow
description: Define, validate, run, resume, and audit repo-local multi-step automations with current `asc workflow` and `.asc/workflow.json`, including step outputs and safe release/TestFlight workflows.
---

# asc workflow

Use this skill when you need lane-style automation inside the CLI using:

- `asc workflow validate`
- `asc workflow list`
- `asc workflow run`

Workflows are repo-local automation files. They run trusted shell commands, stream step output to stderr, and keep stdout as machine-readable JSON.

## Command discovery

Always verify flags with:

```bash
asc workflow --help
asc workflow validate --help
asc workflow list --help
asc workflow run --help
```

## End-to-end flow

1. Author `.asc/workflow.json`.
2. Validate structure and references:

```bash
asc workflow validate
```

3. Discover public workflows:

```bash
asc workflow list
asc workflow list --all
```

4. Preview execution:

```bash
asc workflow run --dry-run beta BUILD_ID:123456789 GROUP_ID:abcdef
```

5. Execute:

```bash
asc workflow run beta BUILD_ID:123456789 GROUP_ID:abcdef
```

6. If a recoverable run fails, resume with the run ID from the JSON result:

```bash
asc workflow run

Read 1 of 1 text files in the skill.

Checked August 2026 · GemmaWritten from the skill's published files. Check the source before relying on access or cost details.

Installfrom the directory

npx skills add https://github.com/rorkai/app-store-connect-cli-skills

Installing happens there, not here. We are an index with an opinion, not a mirror.

What is inside itfrom the directory

SKILL.md

1 files — names only. The directory does not report sizes.

What the auditors foundfrom the directory

A skill is instructions your agent will follow and scripts it may run, so who checked it matters as much as how many people installed it.

Gen Agent Trust HubThe skill enables an AI agent to execute automated workflows consisting of shell commands defined in a repository-local configuration file (.asc/workflow.json). While this is the primary intended functionality for orchestrating App Store Connect tasks, it creates an attack surface for indirect prompt injection if the configuration file is sourced from an untrusted repository.May 5, 2026 · SAFEpass
SocketNo alertsMay 5, 2026pass
SnykRisk: LOW · No issuesMay 5, 2026 · LOWpass

Installs, reading by readingours

5.9k
5.9k
Aug 30, 202628 readings over 5 days, drawn as the last reading of each day.Sep 3, 2026

Axis starts at 5.9k, not zero — the range is 5.9k to 5.9k.

Filed alongside itours