ai/ios-skills/ios-asc-id-resolver/SKILL.md
Resolve App Store Connect IDs (apps, builds, versions, groups, testers) from human-friendly names using asc. Use when commands require IDs.
npx skillsauth add kurko/dotfiles asc-id-resolverInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill to map names to IDs needed by other commands.
asc apps list --bundle-id "com.example.app"asc apps list --name "My App"asc apps --paginateASC_APP_ID=...asc builds latest --app "APP_ID" --version "1.2.3" --platform IOSasc builds list --app "APP_ID" --sort -uploadedDate --limit 5asc versions list --app "APP_ID" --paginateasc beta-groups list --app "APP_ID" --paginateasc beta-testers list --app "APP_ID" --paginateasc pre-release-versions list --app "APP_ID" --platform IOS --paginateasc review submissions-list --app "APP_ID" --paginate--pretty for debug.--output table or --output markdown.--paginate on list commands to avoid missing IDs.--sort where available to make results deterministic.data-ai
Merge the current worktree branch into main and sync main back. Use when the user says "merge to main", "ship it", "merge and continue", or after completing a task in a worktree and wanting to continue with the next one.
tools
Synchronize AI agent skills, commands, configs, permissions, hooks, and instructions across Claude Code, Codex CLI, and other Agent Skills-compatible tools. Use when the user asks to pull skills from Claude into Codex, sync Codex work back to Claude, migrate agent commands, reconcile frontmatter, update permissions, or keep agent setup files in parity.
testing
Write or update UI-independent use cases for QA. Use when the user says "write use cases", "add use cases", "QA use cases", "update use cases", "compose use cases", or when starting implementation of a new feature (after plan approval). Also activates for "what should we test", "regression cases", or "use cases for QA".
documentation
Skill on how to write a task. Use when user asks you to write a task (for Asana, Linear, Jira, Notion and equivalent). Also activates when user says "create task", "write task", or similar task creation workflow requests.