opsx-android-bug

Investigates Android bugs and generates OpenSpec fix proposals via slash command.

1|Updated Jun 27, 2026
One-click install
npx skills add https://github.com/TE-QuanBZhang/skills-pool --skill opsx-android-bug-te-quanbzhang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: opsx-android-bug
Source: https://github.com/TE-QuanBZhang/skills-pool/tree/main/ai-coding/skills/opsx-android-bug
Command: npx skills add https://github.com/TE-QuanBZhang/skills-pool --skill opsx-android-bug-te-quanbzhang

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about opsx-android-bug

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I investigate an Android bug with OpenSpec?

Invoke /opsx:android-bug followed by the bug description. The skill gathers context, triages the bug type, runs CodeGraph analysis, and creates an OpenSpec change with proposal, design, and tasks artifacts.

What Android bug types does the triage workflow classify?

The triage step classifies bugs into six categories: Crash, ANR, Lifecycle, Memory, Network, and UI. Each category routes to a corresponding specialized android-* debugging skill for deeper investigation.

Does opsx-android-bug require the openspec CLI?

Yes, the openspec CLI is required because the skill runs commands like openspec new change to create the change artifacts. It also uses CodeGraph for codebase exploration during analysis.

How is opsx-android-bug different from opsx-propose?

It works like /opsx:propose but is specialized for Android bug investigation. It adds bug context gathering, Android-specific triage classification, and routing to android-* debugging skills before creating the change.

When should I not use the android-bug workflow?

Avoid it for non-Android bugs or general feature proposals, where /opsx:propose is the better fit. It is designed specifically for investigating reported Android defects and proposing fixes.