Gwt Pr banner
akiojin akiojin

Gwt Pr

Git community

Description

--- description: Create or update GitHub PRs with the gh CLI using the gwt-pr skill author: akiojin allowed-tools: Read, Glob, Grep, Bash --- # GitHub PR Command Use this command to draft or update a GitHub PR with the gh CLI. ## Usage ``` /gwt:gwt-pr [optional context] ``` ## Steps 1. Load `.claude/skills/gwt-pr/SKILL.md` and follow the workflow. 2. Ensure `gh auth status` succeeds before running PR commands. 3. Run the local working tree preflight from the skill (`git status --porcelain`

Installation

Installs to ~/.claude/commands/akiojin-llmlb-gwt-pr.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/akiojin/llmlb/HEAD/.claude/commands/gwt-pr.md -o ~/.claude/commands/akiojin-llmlb-gwt-pr.md

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

Full documentation available on GitHub

View Source Repository