skills/asc-crash-triage/SKILL.md
Triage TestFlight crashes, beta feedback, and performance diagnostics using asc. Use when the user asks about TF crashes, TestFlight crash reports, beta tester feedback, app hangs, disk writes, launch diagnostics, or wants a crash summary for a build or app.
npx skillsauth add rudrankriyam/app-store-connect-cli-skills asc-crash-triageInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill to fetch, analyze, and summarize TestFlight crash reports, beta feedback, and performance diagnostics.
asc apps list).List recent crashes (newest first):
asc testflight crashes list --app "APP_ID" --sort -createdDate --limit 10asc testflight crashes list --app "APP_ID" --build "BUILD_ID" --sort -createdDate --limit 10asc testflight crashes list --app "APP_ID" --device-model "iPhone16,2" --os-version "18.0"asc testflight crashes list --app "APP_ID" --paginateasc testflight crashes list --app "APP_ID" --sort -createdDate --limit 10 --output tableList recent feedback (newest first):
asc testflight feedback list --app "APP_ID" --sort -createdDate --limit 10asc testflight feedback list --app "APP_ID" --sort -createdDate --limit 10 --include-screenshotsasc testflight feedback list --app "APP_ID" --build "BUILD_ID" --sort -createdDateasc testflight feedback list --app "APP_ID" --paginateRequires a build ID. Resolve via asc builds info --app "APP_ID" --latest --platform IOS or asc builds list --app "APP_ID" --sort -uploadedDate --limit 5.
asc performance diagnostics list --build "BUILD_ID"asc performance diagnostics list --build "BUILD_ID" --diagnostic-type "HANGS"
HANGS, DISK_WRITES, LAUNCHESasc performance diagnostics view --id "SIGNATURE_ID"asc performance download --build "BUILD_ID" --output ./metrics.jsonasc apps list --name "AppName" or asc apps list --bundle-id "com.example.app"asc builds info --app "APP_ID" --latest --platform IOSasc builds list --app "APP_ID" --sort -uploadedDate --limit 5export ASC_APP_ID="APP_ID"When presenting results, organize by severity and frequency:
For performance diagnostics, highlight the highest-weight signatures first.
--output table or --output markdown for quick human review.--paginate to fetch all pages when doing a full analysis.--pretty with JSON for debugging command output.development
Use when managing Apple Ads with asc, including auth, org lookup, campaigns, ad groups, ads, keywords, reports, raw API calls, and safe live testing.
tools
Set up bundle IDs, capabilities, signing certificates, provisioning profiles, and encrypted signing sync with the asc cli. Use when onboarding a new app, rotating signing assets, or sharing them across a team.
tools
Guidance for using asc cli in this repo (flags, output formats, pagination, auth, and discovery). Use when asked to run or design asc commands or interact with App Store Connect via the CLI.
testing
Validate App Store submission readiness, submit prepared versions, and monitor review status with current asc commands. Use when shipping or troubleshooting review submissions.