Gw Iss Context banner
o-gi o-gi

Gw Iss Context

Git community

Description

Load GitHub issue context for Claude to understand requirements. ## Purpose Load and analyze a GitHub issue so Claude Code can understand the context, requirements, and implementation details before starting work. This helps Claude grasp the full scope of the task. ## Usage ```bash /user:gw-iss-context 1 /user:gw-iss-context #1 ``` Both formats are supported - with or without the # symbol. ## Actions 1. **Parse issue number** ```bash # Remove # if present and extract issue number ISSUE_NU

Installation

Installs to ~/.claude/skills/o-gi-claude-code-commands-gw-iss-context/SKILL.md

Terminal
mkdir -p ~/.claude/skills/o-gi-claude-code-commands-gw-iss-context && curl -fsSL https://raw.githubusercontent.com/o-gi/claude-code-commands/HEAD/commands/gw-iss-context.md -o ~/.claude/skills/o-gi-claude-code-commands-gw-iss-context/SKILL.md

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

Full documentation available on GitHub

View Source Repository