Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
This collection of skills enables iOS developers and release engineers to manage the full shipping pipeline via the App Store Connect CLI. It streamlines the transition from Xcode builds to public or private distribution, reducing the manual overhead of app creation and metadata management.
By scripting archive exports, signing processes, and CI/CD lifecycles, the toolset helps solo developers and engineering teams maintain a structured release flow. It specifically addresses the complexities of ad hoc distribution, build retention, and processing verification.
Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.
Use the asc-cli-usage skill to find the correct asc command and flags to list every build for App Store Connect app ID "APP_ID" as JSON with pagination. Treat "APP_ID" as a placeholder for my actual app ID. Explain the proposed command without running it.
Use the asc-id-resolver skill to resolve the App Store Connect app ID for bundle ID "com.example.app", then identify the latest iOS build for version "1.2.3". Treat both quoted values as placeholders. Show the read-only commands you would use and explain how to identify the returned IDs.
Configured asc authentication with access to the app's TestFlight crash data
Use the asc-crash-triage skill to fetch the 10 most recent TestFlight crashes for App Store Connect app ID "APP_ID" and summarize the result by total count, top crash signatures, affected builds, device and OS breakdown, and timeline. Treat "APP_ID" as a placeholder for my actual app ID. Keep this task read-only.