android-lifecycle-debugger
Installation
SKILL.md
Android Lifecycle Debugger
Purpose
Use this skill when bugs are likely tied to:
- Activity/Fragment lifecycle mismatch
- rotation or configuration changes
- process death and restore
- duplicate requests after recreation
- blank screens after back navigation
- callbacks updating destroyed views
- state loss in navigation or forms
Goals
- Map the bug to lifecycle transitions
- identify state ownership mistakes
- find async work that outlives the correct scope
- propose lifecycle-safe fixes
- recommend restoration and regression coverage