What problem does it solve? Android bug reports often lack structure, making it hard to move from a vague symptom to a well-defined fix proposal. This Skill turns a raw bug description into a structured OpenSpec change with triage, root-cause routing, and implementation artifacts. ## Core Features & Use Cases - Android Bug Triage: Classifies incoming bugs as Crash, ANR, Lifecycle, Memory, Network, or UI issues and routes them to the appropriate specialized android-* debugging skill. - OpenSpec Workflow Integration: Creates a formal change with proposal, design, and tasks artifacts using the openspec CLI, defining expected vs actual behavior contracts. - CodeGraph-Powered Analysis: Uses codegraph explore to locate relevant code for the reported bug before drafting the fix plan. - Use Case: A QA report says the app freezes on rotation. Invoke /opsx:android-bug with the report, and the Skill triages it as a Lifecycle issue, analyzes the codebase, and produces a complete OpenSpec change proposal. ## Quick Start Run the slash command /opsx:android-bug followed by a description of the Android bug you want investigated and a fix proposal generated for. ## Quick Start Invoke /opsx:android-bug with your bug description to triage the issue and generate an OpenSpec fix proposal.