crash-analytics

Analyze crash reports and rank stability issues by release impact.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/lapaixkemsdortshlee-svg/AyitiMarket --skill crash-analytics-lapaixkemsdortshlee-svg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: crash-analytics
Source: https://github.com/lapaixkemsdortshlee-svg/AyitiMarket/tree/main/.agents/skills/crash-analytics
Command: npx skills add https://github.com/lapaixkemsdortshlee-svg/AyitiMarket --skill crash-analytics-lapaixkemsdortshlee-svg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you identify, prioritize, and reduce app crashes so you can protect retention, ratings, and release stability.

Core Features & Use Cases

  • Crash triage: Rank issues by impact so launch, checkout, and core-flow crashes are fixed first.
  • Crash data interpretation: Read crash-free session metrics, crash-free users, and stack traces to understand what is breaking.
  • Release safety: Use phased rollouts and alerts to catch regressions before full launch.
  • Use case: A new release spikes crash rates on iOS; this Skill helps you isolate the faulty version, confirm the regression, and decide which fix to ship first.

Quick Start

Use the crash analytics skill to review a crash report, summarize the most important issues, and recommend the fastest fix plan.

Frequently Asked Questions about crash-analytics

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

FAQPage Schema
How do I prioritize mobile app crashes to fix the highest-impact issues first?

Prioritize mobile app crashes by ranking issues based on their impact on core user flows like launch and checkout, so the most critical stability problems are fixed first to protect retention and ratings.

What do crash-free session metrics mean and how do I interpret them for release monitoring?

Crash-free session metrics indicate the percentage of app sessions that completed without crashing; interpret them alongside crash-free users and stack traces to confirm regressions and understand what is breaking in a specific release.

How do I troubleshoot an iOS crash rate spike after a new app release?

Troubleshoot an iOS crash rate spike by isolating the faulty version, confirming the regression using crash-free session analysis, and reviewing stack-trace context to decide which fix to ship first.

Can I use crash triage for both iOS and Android release monitoring?

Yes, crash triage applies to both iOS and Android releases, supporting crash-free session analysis, issue grouping, and release impact ranking to address launch failures, ANRs, and crash-driven review damage across platforms.

What is symbolication and when do I need it for stack trace analysis?

Symbolication translates memory addresses in stack traces back into readable function names and line numbers; you need it when investigating crash reports to accurately identify the source of app stability issues.

How do I catch crash regressions before a full app launch?

Catch crash regressions before a full app launch by using phased rollouts and monitoring alerts to detect stability issues early, preventing crash-driven review damage across iOS and Android releases.