asc-crash-triage

Fetch and summarize TestFlight crash reports, beta feedback, and performance diagnostics via asc.

Updated Feb 16, 2026
One-click install
npx skills add https://github.com/dustinober1/sundee-fundee-ios --skill asc-crash-triage-dustinober1
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: asc-crash-triage
Source: https://github.com/dustinober1/sundee-fundee-ios/tree/main/SundeeFundeeApp/.agents/skills/asc-crash-triage
Command: npx skills add https://github.com/dustinober1/sundee-fundee-ios --skill asc-crash-triage-dustinober1

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Investigating iOS app stability issues requires manually digging through App Store Connect for crash reports, beta tester feedback, and performance diagnostics, which is slow and hard to summarize. ## Core Features & Use Cases - Crash Report Triage: List, filter, and group TestFlight crash reports by build, device model, OS version, and crash signature. - Beta Feedback Review: Retrieve recent beta tester feedback, optionally including screenshots, filtered by build. - Performance Diagnostics: Inspect hang, disk write, and launch diagnostic signatures and download full metrics for a build. - Use Case: After shipping a new TestFlight build, ask for a crash summary to get the top crash signatures ranked by frequency, affected builds, and device/OS breakdown in one report. ## Quick Start Summarize the recent TestFlight crashes for my app and group them by crash signature and affected builds.

Frequently Asked Questions about asc-crash-triage

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I list recent TestFlight crash reports for my iOS app?▼

Run asc testflight crashes list with your app ID, sorted by -createdDate with a limit. You can filter by build ID, device model, or OS version, and use --paginate to fetch all results.

How do I view beta tester feedback from TestFlight?▼

Use asc testflight feedback list with your app ID, sorted by -createdDate. Add --include-screenshots to retrieve attached screenshots, or filter by a specific build ID.

Can I check app hang and launch diagnostics for a specific build?▼

Yes. Resolve the build ID with asc builds info --latest, then run asc performance diagnostics list --build with a diagnostic type of HANGS, DISK_WRITES, or LAUNCHES. View individual signature logs with asc performance diagnostics view.

Why are recent crashes missing from App Store Connect results?▼

Crash data from App Store Connect can have a 24 to 48 hour delay before appearing. If recent crashes are missing, wait and re-run the query, and use --paginate to ensure all pages are fetched.

How do I find my app ID or latest build ID in App Store Connect?▼

Use asc apps list with a name or bundle ID filter to find the app ID. For builds, run asc builds info --app APP_ID --latest --platform IOS, or list recent builds sorted by upload date.