Skip to main content
Back to registry

asc-crash-triage

rudrankriyam/app-store-connect-cli-skills

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

Installs319
Install command
npx skills add https://github.com/rudrankriyam/app-store-connect-cli-skills --skill asc-crash-triage
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Use this skill to fetch, analyze, and summarize TestFlight crash reports, beta feedback, and performance diagnostics. List recent crashes (newest first): List recent feedback (newest first): Requires a build ID. Resolve via asc builds latest --app "APP_ID" --platform IOS or asc builds list --app "APP_ID" --sort -uploadedDate --limit 5 . When presenting results, organize by severity and frequency: For performance diagnostics, highlight the highest-weight signatures first. - Resolve the app ID if not provided (use asc apps list ). - Fetch data with the appropriate command. - Parse JSON output and present a human-readable summary. - asc crashes --app "APP_ID" --sort -createdDate --limit 10 - Filter by build: asc crashes --app "APP_ID" --build "BUILD_ID" --sort -createdDate --limit 10 - Filter by device/OS: asc crashes --app "APP_ID" --device-model "iPhone16,2" --os-version "18.0" - All crashes: asc crashes --app "APP_ID" --paginate - Table view: asc crashes --app "APP_ID" --sort -createdDate --limit 10 --output table - asc feedback --app "APP_ID" --sort -createdDate --limit 10 - With screenshots: asc feedback --app "APP_ID" --sort -createdDate --limit 10 --include-screenshots - Filter by build: asc feedback --app "APP_ID" --build "BUILD_ID" --sort -createdDate - All feedback: asc feedback --app "APP_ID" --paginate - List diagnostic signatures: asc performance diagnostics list...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does asc-crash-triage do?

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

Is asc-crash-triage good?

asc-crash-triage does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does asc-crash-triage work with?

asc-crash-triage currently lists compatibility with codex, gemini-cli, opencode, cursor, cline, github-copilot.

What are alternatives to asc-crash-triage?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install asc-crash-triage?

npx skills add https://github.com/rudrankriyam/app-store-connect-cli-skills --skill asc-crash-triage

Related skills

More from rudrankriyam/app-store-connect-cli-skills

Related skills

Alternatives in Software Engineering