Crashlytics Triage banner
thebirthdaygirl thebirthdaygirl

Crashlytics Triage

Development community

Description

Triage the crash log provided by the developer. The developer will paste a crash log, stack trace, or ANR report. If no log is provided yet, ask: "Paste the crash log or stack trace and I'll diagnose it." Delegate to the Crashlytics Triage Agent. The agent will: 1. Identify the crash type and find the relevant Dart frame 2. Explain the root cause in plain language 3. Write the exact code fix 4. Write a regression test that would have caught this 5. Flag any similar patterns elsewhere in the c

Installation

Installs to ~/.claude/commands/thebirthdaygirl-flutter-factory-crashlytics-triage.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/thebirthdaygirl/flutter-factory/HEAD/.claude/commands/crashlytics-triage.md -o ~/.claude/commands/thebirthdaygirl-flutter-factory-crashlytics-triage.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository