From co-dev
Manage App Store Connect apps, builds, or distribution. Use when the user wants to check builds, manage TestFlight beta groups and testers, read or respond to App Store reviews, manage in-app purchases, subscriptions, pricing, list app versions, check app status, manage certificates, provisioning profiles, screenshots, app metadata, or perform any App Store Connect operation.
npx claudepluginhub cloud-officer/claude-code-plugin-dev --plugin co-devThis skill is limited to using the following tools:
Manage iOS/macOS apps on App Store Connect.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Manage iOS/macOS apps on App Store Connect.
Use MCP tools (mcp__appstore__*) for all App Store Connect operations. There is no separate CLI. The asc-mcp binary IS the MCP server. If MCP tools are not available, inform the user and stop.
The MCP server provides ~60 tools across these categories:
| Category | Operations |
|---|---|
| Apps | List apps, get app info, get app availability |
| Versions | List versions, get version details, manage version states |
| Builds | List builds, get build details, get build beta details |
| TestFlight | Manage beta groups, beta testers, beta app review submissions |
| Reviews | List customer reviews, get review details, respond to reviews |
| In-App Purchases | List IAPs, get IAP details, manage IAP price schedules |
| Subscriptions | List subscription groups, subscriptions, manage pricing |
Requires asc-mcp installed via Mint and App Store Connect API credentials:
ASC_KEY_ID — API key IDASC_ISSUER_ID — Issuer IDASC_PRIVATE_KEY_PATH — Path to .p8 key fileIf these are not set, the MCP server will fail to start.
mcp__appstore__list_apps if needed.