見出し、例、コード、表、リンク、参照画像を含む原文を表示しています。
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.

