asc-workflow
Agent workflowsrorkai/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
oursThis 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.
- Machine-readable JSON output
- Workflow status and results
- Build IDs and group information
- Local workflow file (.asc/workflow.json)
- CLI parameters (KEY:VALUE)
not detected
The evidence does not contain any information regarding required paid plans, APIs, or credentials.
not detected
The evidence does not mention any requirement for user registration.
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
--- 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.
Installfrom the directory
npx skills add https://github.com/rorkai/app-store-connect-cli-skillsInstalling happens there, not here. We are an index with an opinion, not a mirror.
What is inside itfrom the directory
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.
Installs, reading by readingours
Axis starts at 5.9k, not zero — the range is 5.9k to 5.9k.