From build-ios-apps
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
/build-ios-apps: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 cristianoaredes/aredes-marketplace --plugin build-ios-appsFetches and summarizes TestFlight crash reports, beta feedback, and performance diagnostics (hangs, disk writes, launches) via `asc` CLI commands.
Automates iOS/macOS app deployment to App Store Connect using asc CLI: TestFlight builds, App Store submissions, metadata/screenshots uploads, certificates/profiles management, review status checks, and Xcode Cloud workflows.
Queries health of published EAS Updates via eas-cli: crash rates, launches, unique users, payload size, embedded/OTA splits per channel. Use for rollout monitoring, regression detection, CI gating.