When your TestFlight beta crashes and you're staring at unsymbolicated logs in Xcode Organizer, this workflow walks you through systematic triage before you start writing fixes. It's built around a core principle: spend 15 minutes understanding the crash to save hours of debugging. The skill covers the usual pain points like crashes that don't reproduce, apps that just disappear without logs, and feedback screenshots you need to decode. With 948 GitHub stars and 183 installs, it seems to hit a real gap in the iOS debugging toolkit. The decision tree approach makes sense when you're context switching between user reports and crash analytics.
npx skills add https://github.com/charleswiltgen/axiom --skill axiom-testflight-triage