Gw Iss Run banner
o-gi o-gi

Gw Iss Run

Git community

Description

Start implementation work on GitHub issue #$ARGUMENTS. **CRITICAL**: This command MUST implement proper bi-directional sync between TodoWrite and GitHub issues: 1. Import ALL checkboxes from issue (including already completed ones marked with [x]) 2. Create TodoWrite tasks with matching states (completed for [x], pending for [ ]) 3. When marking tasks complete in TodoWrite, update GitHub issue checkboxes automatically 4. Preserve exact task text for reliable checkbox matching ## Purpose Begin

Installation

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

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

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

Full documentation available on GitHub

View Source Repository