Gw Iss Status banner
o-gi o-gi

Gw Iss Status

Development community

Description

Check progress of parallel implementations for an issue. ISSUE_NUMBER: Issue number (e.g., 123 or #123) ## Purpose Display the status of all worktrees/branches working on a specific issue, including commit counts, last activity, and current branch status. Works with branches created by any gw command, not just parallel implementations. ## Usage ```bash /user:gw-iss-status 33 # Show status for issue #33 /user:gw-iss-status #33 # Same with # prefix ``` ## Workflow ### 0. Display se

Installation

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

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

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

Full documentation available on GitHub

View Source Repository