Gw Pr Close banner
o-gi o-gi

Gw Pr Close

Git community

Description

Close PR without merging and cleanup all related branches/worktrees. ## Usage ``` /user:gw-pr-close <PR-number> [-c "comment"] [-p "prompt"] ``` ## Examples ```bash # Close PR without comment /user:gw-pr-close 45 # Close with direct comment /user:gw-pr-close 45 -c "CIが通らないため一旦クローズ" # Close with Claude-generated message /user:gw-pr-close 45 -p "動作してないから" ``` ## Options - `-c, --comment`: Add exact comment as provided - `-p, --prompt`: Generate professional message from prompt using Claude

Installation

Installs to ~/.claude/skills/o-gi-claude-code-commands-gw-pr-close/SKILL.md

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

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

Full documentation available on GitHub

View Source Repository