Crash reports help you fix app problems before users get frustrated. Firebase Crashlytics gives you real time crash data for Android and iOS apps. This guide walks you through setup and SDK use.
You need a Firebase project and an app to get started. The skill covers provisioning and reading crash data. It works with the Firebase CLI but does not require it.
You can add custom keys, logs, and user identifiers to make crash reports more useful. Non fatal exceptions can also be tracked. Choose your platform below for platform specific instructions.
Global
mkdir -p ~/.claude/skills/firebase-crashlyticsProject
mkdir -p .claude/skills/firebase-crashlyticsSource Repository
Azure Diagnosticsmicrosoft/azure-skills
Debug Azure production issues with systematic diagnostics and AI-powered tools
Azure Messagingmicrosoft/azure-skills
Troubleshoot and fix Azure messaging SDK errors for Event Hubs and Service Bus
Use My Browserxixu-me/skills
Work inside your live browser session for real page inspection and debugging
Diagnosemattpocock/skills
A step-by-step debug loop for finding and fixing hard bugs
Diagnosing Bugsmattpocock/skills
Build a tight feedback loop to find any bug fast
Systematic Debuggingobra/superpowers
Find the root cause of every bug before attempting any fix to save time
Safe Debuglllllllama/rigorpilot-skills
Debug deep learning failures safely with conservative diagnosis and minimal patches
Golang Troubleshootingsamber/cc-skills-golang
Find and fix Go bugs systematically using debugging tools and methods