원본 저장소의 제목, 예시, 코드, 표, 링크, 이미지를 유지해 표시합니다.
OPSX: Android Bug
This skill is a thin wrapper around the opsx android-bug command. Refer to that file for the complete workflow.
Investigate and propose a fix for an Android bug. Works like /opsx:propose but specialized for Android bug investigation.
Input: The argument after /opsx:android-bug is the bug description or report.
Quick Reference
- Gather bug context — symptom, trigger, frequency, device/OS
- Android bug triage — classify as Crash / ANR / Lifecycle / Memory / Network / UI
- Route to specialized skill — reference the appropriate android-* debugging skill
- Define OpenSpec contract — expected vs actual, invariants, constraints
- CodeGraph analysis —
codegraph explore "<key terms>" - Create change —
openspec new change "<bug-name>" - Create artifacts — proposal + design + tasks with Android-specific context
See commands/opsx/android-bug.md for full details.

