一键导入
asc-builds
List builds from App Store Connect. Use to check build status, versions, and upload dates.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
List builds from App Store Connect. Use to check build status, versions, and upload dates.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | asc-builds |
| description | List builds from App Store Connect. Use to check build status, versions, and upload dates. |
| argument-hint | ["all|NUM"] |
| allowed-tools | ["Task"] |
List recent builds from App Store Connect, grouped by marketing version.
Arguments: $ARGUMENTS
all: Show flat list of recent buildsNUM: Show last NUM builds (flat list)To avoid polluting context with intermediate API calls, ALWAYS use a Task agent to run the build script.
Use the Task tool with:
subagent_type: Bashprompt: The appropriate bash command based on argumentsSpawn a Bash agent with this prompt:
Run this command and return ONLY the table output, no other commentary:
.claude/skills/asc-builds/scripts/list-by-version.sh 2 3
Spawn a Bash agent with this prompt:
Run these commands and return ONLY the table output:
source .claude/skills/scripts/asc-common.sh
asc_load_config
asc builds list --app "$ASC_APP_ID" --limit 15 --output table
Spawn a Bash agent with this prompt:
Run these commands and return ONLY the table output:
source .claude/skills/scripts/asc-common.sh
asc_load_config
asc builds list --app "$ASC_APP_ID" --limit NUM --output table
(Replace NUM with the actual number)
The agent will return a table like:
Version | Build | Uploaded | External
--------|--------------|------------|------------------
2.0 | 14 | 2026-01-27 | IN_BETA_TESTING
2.0 | 13 | 2026-01-23 | IN_BETA_TESTING
1.5.0 | 11 | 2025-12-18 | IN_BETA_TESTING
Present this to the user as a formatted markdown table with status icons:
Find Reddit posts and craft genuine comments to pitch IngrediCheck. Walk through posts one by one, propose comments, get approval, then move to next.
Archive, build, and upload IngrediCheck to App Store Connect. Use to publish a new build for TestFlight or App Store.
Build and deploy IngrediCheck to iOS device. Use when user wants to deploy, test on device, or run the app.
Show App Store ratings and customer reviews. Use to see overall rating, user feedback, filter by stars.
Download sales reports and analytics from App Store Connect.
Setup and validate App Store Connect CLI. Use when user needs to configure asc authentication or check setup status.