Gw Pr Fix banner
o-gi o-gi

Gw Pr Fix

Git community

Description

Check CI failures and fix issues for PR #$ARGUMENTS. ## Purpose View PR status, CI failures, and help fix issues in an existing PR. Automatically creates and moves to a worktree for isolated PR fixes. ## Usage ```bash /user:gw-pr-fix 1 # Default: creates worktree for PR fixes /user:gw-pr-fix #1 # Same with # prefix /user:gw-pr-fix 1 -n # Use traditional branch checkout /user:gw-pr-fix #1 --no-worktree # Use traditional branch checkout ``` ## Workflow ### 0. Display session inf

Installation

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

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

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

Full documentation available on GitHub

View Source Repository