android-logcat-root-cause

star 0

Analyze Android Logcat/crash traces to find the true root cause and propose a minimal Kotlin fix. Use when debugging crashes, ANRs, or runtime exceptions.

Envy-7z By Envy-7z schedule Updated 3/5/2026

name: android-logcat-root-cause description: Analyze Android Logcat/crash traces to find the true root cause and propose a minimal Kotlin fix. Use when debugging crashes, ANRs, or runtime exceptions.

Android Logcat Root Cause

Rules

  • Ignore noise; focus on the first relevant exception and causal chain.
  • Identify exact class + line + call path.
  • Propose the smallest safe fix; do NOT refactor unrelated modules.
  • Mention API level / device-specific considerations if relevant.

Workflow

  1. Extract the primary exception + "Caused by" chain.
  2. Locate code path and failure condition.
  3. Provide minimal fix options (preferred + fallback).
  4. Explain why the fix works.
  5. Provide quick verification steps.

Output format

  • Root cause (1 paragraph)
  • Fix (code snippet / steps)
  • Verification checklist
Install via CLI
npx skills add https://github.com/Envy-7z/mobile-agent-skillpack --skill android-logcat-root-cause
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator