asc-workflow
Automate App Store Connect tasks with structured workflows, conditional steps, and CI-ready JSON output.
Install
npx skills add https://github.com/rudrankriyam/app-store-connect-cli-skills --skill asc-workflowStats
| Total installs | 936 |
| Weekly installs | 931 |
| GitHub stars | 615 |
| First seen | Feb 18, 2026 |
| Source | @rudrankriyam/app-store-connect-cli-skills |
Summary
- Author workflows in .asc/workflow.json with support for global/workflow-level env, before/after hooks, error handlers, and conditional steps using if directives
- Run workflows locally or in CI with asc workflow run <name>, preview execution with --dry-run, and validate structure with asc workflow validate
- Supports sub-workflows (including private helper workflows), runtime parameter injection via KEY:VALUE syntax, and environment precedence rules for flexible composition
- Output is structured JSON for machine-safe CI checks; shell commands use bash -o pipefail when available, with fallback to sh
Tags
Related skills
| Skill | Installs | vs asc-workflow |
|---|---|---|
| atlassian-mcp | 973 | +37 |
| image-ocr | 910 | -26 |
| playwright-interactive | 976 | +40 |
| microsoft-sharepoint | 981 | +45 |
| novel-writer-workflow-guide | 927 | -9 |
FAQ
- How many installs does asc-workflow have?
- asc-workflow has 936 total installs and 931 installs this week.
- Where is asc-workflow hosted?
- asc-workflow is published by @rudrankriyam/app-store-connect-cli-skills at https://github.com/rudrankriyam/app-store-connect-cli-skills.
- How many GitHub stars does asc-workflow have?
- asc-workflow has 615 GitHub stars.
- When was asc-workflow first indexed?
- OrangeBot.AI first indexed asc-workflow on Feb 18, 2026.
- How do I install asc-workflow?
- Run: npx skills add https://github.com/rudrankriyam/app-store-connect-cli-skills --skill asc-workflow