asc-crash-triage

Fetches and summarizes TestFlight crash reports, beta feedback, and performance diagnostics via asc.

70|4|Updated Jul 22, 2025
One-click install
npx skills add https://github.com/AlexW00/Zettel --skill asc-crash-triage-alexw00
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: asc-crash-triage
Source: https://github.com/AlexW00/Zettel/tree/main/.agents/skills/asc-crash-triage
Command: npx skills add https://github.com/AlexW00/Zettel --skill asc-crash-triage-alexw00

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Investigating TestFlight crashes and beta feedback through App Store Connect is slow and manual. This Skill turns raw asc CLI output into organized, human-readable crash and diagnostics summaries. ## Core Features & Use Cases - Crash Report Triage: List, filter, and sort TestFlight crash reports by build, device model, or OS version. - Beta Feedback Review: Fetch recent beta tester feedback, optionally including screenshots. - Performance Diagnostics: Inspect hang, disk write, and launch diagnostic signatures for a specific build. - Use Case: After shipping a new TestFlight build, ask for a crash summary to see the top crash signatures, affected builds, and device/OS breakdown before deciding on a hotfix. ## Quick Start Summarize the recent TestFlight crashes for my app and group them by crash signature and affected build.

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 from the command line?▼

Use asc testflight crashes list with your app ID, sorted by -createdDate and limited to the newest entries. You can filter by build ID, device model, or OS version, and use --paginate to fetch all results.

How to view TestFlight beta feedback with screenshots?▼

Run asc testflight feedback list with the --include-screenshots flag and your app ID. Results can be sorted by creation date and filtered to a specific build for targeted review.

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

Yes, asc performance diagnostics list requires a build ID and supports filtering by diagnostic type: HANGS, DISK_WRITES, or LAUNCHES. Resolve the latest build ID first with asc builds info --latest.

Why is my recent TestFlight crash data missing?▼

Crash data from App Store Connect typically has a 24 to 48 hour delay before appearing. If a very recent crash is absent, wait and query again later rather than assuming the command failed.

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 --latest with a platform flag, or asc builds list sorted by upload date.