From ios-dev
Triages TestFlight crash reports, beta feedback, and iOS performance diagnostics like hangs, disk writes, and launches using asc CLI. Use for crash summaries by build, device, or OS.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ios-dev:asc-crash-triageThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill to fetch, analyze, and summarize TestFlight crash reports, beta feedback, and performance diagnostics.
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.npx claudepluginhub p/hanamizuki-ios-dev-plugins-ios-devTriages TestFlight crash reports, beta feedback, and iOS performance diagnostics like hangs, disk writes, and launches using asc CLI. Use for crash summaries by build, device, or OS.
Fetches and summarizes TestFlight crash reports, beta feedback, and performance diagnostics (hangs, disk writes, launches) via `asc` CLI commands.
Monitors, triages, and reduces mobile app crash rates: sets up Crashlytics for iOS/Android, prioritizes crashes by impact, analyzes App Store ranking effects.