Gwt Pr Check banner
akiojin akiojin

Gwt Pr Check

Git community

Description

--- description: Check GitHub PR status and post-merge commits using the gwt-pr-check skill author: akiojin allowed-tools: Read, Glob, Grep, Bash --- # GitHub PR Check Command Use this command to inspect PR status for the current branch with the gh CLI. ## Usage ```text /gwt:gwt-pr-check [optional context] ``` ## Steps 1. Load `.claude/skills/gwt-pr-check/SKILL.md` and follow the workflow. 2. Run `python3 ".codex/skills/gwt-pr-check/scripts/check_pr_status.py" --repo "."`. 3. Ensure `gh au

Installation

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

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

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

Full documentation available on GitHub

View Source Repository