asc-crash-triage

Installation
Summary

Fetch, analyze, and summarize TestFlight crashes, beta feedback, and performance diagnostics via asc.

  • Retrieves crash reports filtered by app, build, device model, or OS version; supports pagination and multiple output formats (JSON, table, markdown)
  • Fetches beta tester feedback with optional screenshot inclusion and build-level filtering
  • Analyzes performance diagnostics (hangs, disk writes, launch metrics) by signature and diagnostic type
  • Resolves app and build IDs automatically; presents results organized by severity, frequency, affected devices, and timeline
SKILL.md

asc crash triage

Use this skill to fetch, analyze, and summarize TestFlight crash reports, beta feedback, and performance diagnostics.

Workflow

  1. Resolve the app ID if not provided (use asc apps list).
  2. Fetch data with the appropriate command.
  3. 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
Related skills
Installs
1.4K
GitHub Stars
793
First Seen
Feb 27, 2026