If you're triaging TestFlight crashes or beta feedback, this wraps the asc CLI to pull crash reports, performance diagnostics, and tester feedback from App Store Connect. It handles the usual workflow: resolve app and build IDs, fetch the data, parse the JSON, and surface it as a readable summary grouped by severity and frequency. Covers hangs, disk writes, launch times, and crash signatures. The main win is not having to context-switch to the ASC web UI when you're already in the terminal debugging a bad build. Keep in mind crash data can lag 24 to 48 hours, so don't expect real-time visibility.
npx skills add https://github.com/rorkai/app-store-connect-cli-skills --skill asc-crash-triage