asc crash triage Use this skill to fetch, analyze, and summarize TestFlight crash reports, beta feedback, and performance diagnostics. Workflow Resolve the app ID if not provided (use asc apps list ). Fetch data with the appropriate command. Parse JSON output and present a human-readable summary. TestFlight crash reports List recent crashes (newest first): asc testflight crashes list --app "APP_ID" --sort -createdDate --limit 10 Filter by build: asc testflight crashes list --app "APP_ID" --build "BUILD_ID" --sort -createdDate --limit 10 Filter by device/OS: asc testflight crashes list --app "APP_ID" --device-model "iPhone16,2" --os-version "18.0" All crashes: asc testflight crashes list --app "APP_ID" --paginate Table view: asc testflight crashes list --app "APP_ID" --sort -createdDate --limit 10 --output table Show more Installs 1.8K Repository rorkai/app-stor…i-skills GitHub Stars 913 First Seen Apr 17, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Warn
asc-crash-triage
安装
npx skills add https://github.com/rorkai/app-store-connect-cli-skills --skill asc-crash-triage