Asc Workflow
Automates repetitive tasks and data processing within existing systems using custom workflows defined in a simple language.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add asc-workflow npx -- -y @trustedskills/asc-workflow
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"asc-workflow": {
"command": "npx",
"args": [
"-y",
"@trustedskills/asc-workflow"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The asc-workflow skill enables interaction with the App Store Connect API via the app-store-connect-cli. It allows agents to automate tasks such as retrieving build information, managing users, and submitting apps for review. This streamlines workflows related to iOS application development and distribution.
When to use it
- Automated Build Status Checks: Get real-time updates on build status in App Store Connect without manual checking.
- User Management: Add or remove test users from your App Store Connect account programmatically.
- App Submission Assistance: Prepare and submit apps for review, automating parts of the submission process.
Key capabilities
- Retrieves build information from App Store Connect.
- Manages user accounts within App Store Connect.
- Submits applications for review through the API.
- Uses the
app-store-connect-clitoolchain.
Example prompts
- "What is the status of build number 12345?"
- "Add a new user '[email protected]' to my App Store Connect account."
- "Prepare and submit app 'My Awesome App' for iOS review."
Tips & gotchas
- Requires authentication credentials configured with the
app-store-connect-cli. Ensure these are properly set up before using the skill.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.