Bug Analyze banner
xiaolai xiaolai

Bug Analyze

Development community

Description

--- name: bug-analyze description: Root cause analysis for user-described bugs using Codex argument-hint: "<bug description> [--background | --wait]" --- ## Bug Description ```text $ARGUMENTS ``` ## Model & Settings Selection Follow the instructions in `commands/shared/model-selection.md` to discover available models and present choices. - **Recommended model**: first available from preflight - **Recommended reasoning effort**: `high` - **Include sandbox question**: No (bug analysis always

Installation

Installs to ~/.claude/skills/xiaolai-codex-toolkit-for-claude-bug-analyze/SKILL.md

Terminal
mkdir -p ~/.claude/skills/xiaolai-codex-toolkit-for-claude-bug-analyze && curl -fsSL https://raw.githubusercontent.com/xiaolai/codex-toolkit-for-claude/HEAD/commands/bug-analyze.md -o ~/.claude/skills/xiaolai-codex-toolkit-for-claude-bug-analyze/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository