Gw Iss Edit banner
o-gi o-gi

Gw Iss Edit

Git community

Description

Edit GitHub issue through consultation and review. ISSUE_NUMBER: First argument (e.g., 123 or #123) CONTENT: Everything after the issue number ## Purpose Add new findings, errors, or notes to an existing GitHub issue during implementation with intelligent formatting and review. ## Usage ```bash # Default: consultation mode with ultrathink (review before editing) /user:gw-iss-edit #123 "Found memory leak in auth module" # Force immediate edit (skip consultation) /user:gw-iss-edit #123 "Quic

Installation

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

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

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

Full documentation available on GitHub

View Source Repository