mobile-debug-doctor

Diagnose Android and iOS crashes from logcat, ANR traces, and Xcode reports.

Updated Mar 28, 2026
One-click install
npx skills add https://github.com/msriv/maintenance-tracker --skill mobile-debug-doctor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mobile-debug-doctor
Source: https://github.com/msriv/maintenance-tracker/tree/main/.claude/skills/mobile-debug-doctor
Command: npx skills add https://github.com/msriv/maintenance-tracker --skill mobile-debug-doctor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Diagnose and fix mobile app crashes and build failures by analyzing logs, crash reports, and traces from Android and iOS environments.

Core Features & Use Cases

  • Classify crash type from logcat, ANR traces, Xcode reports, or Gradle errors.
  • Extract the first non-system error and the root cause, then propose a fix plan.
  • Provide step-by-step guidance to reproduce, diagnose, and prevent future issues across Android and iOS.

Quick Start

Paste a crash log or describe the issue to start the diagnosis.

Frequently Asked Questions about mobile-debug-doctor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I diagnose an Android ANR or crash from logcat output?

To diagnose an Android ANR or crash from logcat output, paste the log trace to receive a categorized crash type, the first non-system error, root cause, and recommended fixes with actionable steps.

Can I use this to analyze Firebase Crashlytics stack traces for iOS apps?

Yes, you can analyze Firebase Crashlytics stack traces for iOS apps. It processes the reports to classify the crash type, pinpoint the root cause, and provide step-by-step guidance to reproduce and fix the issue.

What is the best way to find the root cause of an Xcode ips report?

The best way to find the root cause of an Xcode ips report is to analyze the crash trace. This categorizes the crash type, extracts the first non-system error, and provides actionable steps to reproduce and resolve the failure.

How do I fix Gradle or Xcode build errors and provisioning issues?

To fix Gradle or Xcode build errors and provisioning issues, input the build logs. The diagnosis extracts the first non-system error, identifies the root cause, and recommends actionable fixes to resolve the signing or build failure.

Does this work with both Android and iOS crash logs?

Yes, this works with both Android and iOS crash logs. It diagnoses logcat outputs, ANR traces, Firebase Crashlytics stack traces, and Xcode ips reports, returning the crash type and recommended fixes across both platforms.

What should I do when my mobile crash report only shows a system-level error?

When a mobile crash report shows a system-level error, analyzing the full trace helps extract the first non-system error. This isolates the actual root cause and provides actionable steps to prevent future occurrences.