Gw Iss Implement banner
o-gi o-gi

Gw Iss Implement

Git community

Description

Start implementation work on GitHub issue #$ARGUMENTS (local commits only, no push/PR). **CRITICAL**: This command implements the same bi-directional sync as gw-iss-run but stops at local commits: 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. Create commits but DO NOT push or crea

Installation

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

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

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

Full documentation available on GitHub

View Source Repository