asc-crash-triage

Diagnose TestFlight crashes and beta feedback using the asc CLI and App Store Connect credentials.

Updated Apr 4, 2026
One-click install
npx skills add https://github.com/curtislmartin/daily-ascent-engineering --skill asc-crash-triage-curtislmartin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: asc-crash-triage
Source: https://github.com/curtislmartin/daily-ascent-engineering/tree/main/skills_repo/asc-crash-triage
Command: npx skills add https://github.com/curtislmartin/daily-ascent-engineering --skill asc-crash-triage-curtislmartin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Developers and QA need to rapidly understand why TestFlight builds are crashing and what testers are reporting, without manually parsing raw JSON output.

Core Features & Use Cases

  • Crash Report Retrieval: List recent crashes and filter by build, device model, or OS version.
  • Beta Feedback Aggregation: Pull recent tester comments and screenshots, optionally scoped to a specific build.
  • Performance Diagnostics: Fetch hangs, disk writes, and launch metrics for a given build.
  • Summarized Insights: Group crashes by signature, show severity, device breakdown, and timeline for quick decision‑making.

Quick Start

Use the asc crash triage skill to summarize the latest TestFlight crashes for the app.

Frequently Asked Questions about asc-crash-triage

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

FAQPage Schema
How do I diagnose TestFlight crashes without manually parsing raw JSON output?

You can aggregate beta feedback by pulling recent tester comments and screenshots scoped to a specific build. The skill uses the asc command-line tool to fetch this data and summarize tester feedback for quick review.

Can I filter TestFlight crash reports by build, device model, or OS version?

Yes, you can filter TestFlight crash reports by build, device model, or OS version. The skill retrieves recent crashes and applies these filters to generate severity breakdowns and timeline insights for decision-making.

Does the asc crash triage skill require App Store Connect credentials to fetch crash data?

Yes, it requires App Store Connect credentials configured with the asc command-line tool to authenticate and fetch JSON data for crashes, beta feedback, and performance diagnostics across builds and devices.

How do I fetch performance diagnostics like hangs and launch metrics for an iOS app build?

You can fetch performance diagnostics like hangs, disk writes, and launch metrics for a given build using the asc command-line tool. The skill retrieves this JSON data and summarizes it to assess build performance.