If you've ever needed to dig through TestFlight crash reports or beta feedback without clicking through App Store Connect's web interface, this is the skill to reach for. It wraps the asc command line tool and knows how to fetch crashes sorted by date, filter by build or device model, pull performance diagnostics like hangs and disk writes, and grab tester feedback with screenshots. The workflow is straightforward: it resolves your app ID if needed, runs the right command with pagination or filters, then parses the JSON into a readable summary grouped by severity and frequency. Best for when you want a quick crash triage across builds or need to spot patterns in beta testing without manual export shuffling.
npx skills add https://github.com/rudrankriyam/asc-skills --skill asc-crash-triage