android-network-bug-debugger
Installation
SKILL.md
Android Network Bug Debugger
Purpose
Use this skill for:
- API request failures
- intermittent loading failure
- auth/token refresh bugs
- timeout or retry problems
- offline/weak-network defects
- parsing compatibility issues
- stale response overwriting newer UI state
Goals
- identify whether the bug is transport, auth, parsing, caching, concurrency, or UI-state related
- trace request lifecycle from trigger to UI update
- recommend robust fixes for weak and unstable network conditions
- define tests for retries, expiry, and out-of-order results