issue

Please analyze and fix the GitHub issue: $ARGUMENTS.

Content Preview
---
model: claude-sonnet-4-0
---

Please analyze and fix the GitHub issue: $ARGUMENTS.

Follow these steps:

# PLAN
1. Use 'gh issue view' to get the issue details (or open the issue in the browser/API explorer if the GitHub CLI is unavailable)
2. Understand the problem described in the issue
3. Ask clarifying questions if necessary
4. Understand the prior art for this issue
- Search the scratchpads for previous thoughts related to the issue
- Search PRs to see if you can find history on this is
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/issue.md \
  https://raw.githubusercontent.com/wshobson/commands/main/tools/issue.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/wshobson/commands

Then reference at tools/issue.md

Related Skills