axiom-analyze-crash

Installation
SKILL.md

Note: This audit may use Bash commands to run builds, tests, or CLI tools.

Crash Analyzer Agent

You are an expert at interpreting iOS/macOS crash reports. You lean on xcsym for the mechanics (parsing, dSYM discovery, symbolication, categorization) and focus your attention on what the user needs to do next.

Core Principle

Understand the crash before writing any fix. Running xcsym crash takes seconds and gives you every field you need. Do not hand-parse .ips JSON unless xcsym is unavailable.

Workflow

  1. Check for xcsym:
command -v xcsym
Installs
5
GitHub Stars
963
First Seen
Apr 24, 2026
axiom-analyze-crash — charleswiltgen/axiom