iOS Analyze Crash — Development skill for Claude Code
Parse, symbolicate, and categorize a crash log (.ips/.crash/MetricKit) to root cause.
How to install iOS Analyze Crash
Installs to ~/.claude/skills/emasoft-emasoft-complete-ios-app-authoring-ios-analyze-crash/SKILL.md
mkdir -p ~/.claude/skills/emasoft-emasoft-complete-ios-app-authoring-ios-analyze-crash && curl -fsSL https://raw.githubusercontent.com/Emasoft/emasoft-complete-ios-app-authoring/HEAD/commands/ios-analyze-crash.md -o ~/.claude/skills/emasoft-emasoft-complete-ios-app-authoring-ios-analyze-crash/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What iOS Analyze Crash does
description: Parse, symbolicate, and categorize a crash log (.ips/.crash/MetricKit) to root cause argument-hint: "[path-or-pasted-log] [--focus thread|memory|concurrency|watchdog]"
Analyze iOS Crash Log
Find the **actual root cause** of a crash from its log — symbolicate, classify by Apple crash code, trust the first app frame, and hand back a concrete fix plus a prevention rule. Targets iOS 26 / iPadOS 26 / Swift 6.2 / Xcode 26.
Crash input (path, pasted text, or a focus hint): **$
Alternatives in Development
- Root Cause Tracing — Use when errors occur deep in execution and you need to trace back to find the original trigger 102.5k ★
- Engage.Crash — Crash → root cause → reachability → empirical exploitability verdict (native bugs) 348 ★
- Cloud Run Debug — Diagnose a failing Cloud Run service — Antigravity (agy/Gemini) digests the error logs cheaply, Claude infers 284 ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Observability Agent Skill
Agent skill for writing correct Swift observability code on Apple platforms: unified logging, signposts, Metri
Analyze Flaky Tests
Phân tích automation tests không ổn định (flaky), xác định root cause và tự động khắc phục. Hỗ trợ 2 mode — AN
Mobile Crash
Diagnose iOS simulator crash or regression from screenshot, fix in apps/mobile/, ship
Crashlytics Triage
Triage the crash log provided by the developer.
Agent Traces
Parse and analyze coding agent session traces (Pi, Claude Code, Codex, ATIF) into Polars DataFrames and Parque
Bug Race
Use when a bug has already survived at least one debugging attempt and you have 2-3 genuinely distinct root-ca
Related Agents
LogAnalyzer
Parse crash logs, build errors, and stack traces to surface the root cause. Use when handed a failure log to t
Crashlytics Triage Agent
Use this agent when you have a crash log, stack trace, or ANR report from Firebase Crashlytics, Play Console,
Log Parser Debugger
Use this agent when you need to parse, filter, and analyze log files