Анализ краш-репортов Firebase Crashlytics
★ 7.1 · observability
Crashlytics Triage is a Claude Code skill that automates crash sweep for a Firebase Crashlytics Android project: it resolves the correct version filter, fetches top issues, fans out one crash-investigator subagent per issue in parallel, and returns a distilled verdict table. Reach for it when you need to know what's crashing in production right now, when a new build just shipped and you want a health check, or when you need a full Crashlytics sweep before a release without manually opening each issue. Built specifically for the meshutil Firebase project (project ID 484268767777, Meshtastic-Android): it starts with a topVersions call (no filter) to get exact display names like "X.Y.Z (versionCode)", filters topIssues to the chosen version, dispatches crash-investigator agents concurrently for the top ~5 issues, and produces a table — issue → event/user counts → root-cause hypothesis → status (NEW / known-fixed-residual / regression) → fix area. The direction is broad version-wide triage, not drilling into a single known issue ID — for that, dispatch crash-investigator directly. High-volume logged errors (not real crashes) belong in datadog-rum-investigator instead. Not applicable outside this Firebase project or on non-Android targets.
- #firebase-crashlytics
- #crash-analysis
- #bug-triage
- #production-monitoring
- #debugging