Gh Pr Fix banner
nmoinvaz nmoinvaz

Gh Pr Fix

Git community

Description

--- name: gh-pr-fix description: Fix unresolved PR review comments from Copilot or CodeRabbit argument-hint: "[PR URL or number]" allowed-tools: Bash, Edit, Grep, Read --- Fix unresolved PR review comments from Copilot or CodeRabbit. ## Arguments $ARGUMENTS should be a GitHub PR URL (e.g., https://github.com/owner/repo/pull/123) or PR number, or empty to use the current branch's PR. ## Instructions 1. **Determine the PR**: - If $ARGUMENTS is a URL, parse the owner, repo, and PR number

Installation

Installs to ~/.claude/skills/nmoinvaz-speedy-gonzales-gh-pr-fix/SKILL.md

Terminal
mkdir -p ~/.claude/skills/nmoinvaz-speedy-gonzales-gh-pr-fix && curl -fsSL https://raw.githubusercontent.com/nmoinvaz/speedy-gonzales/HEAD/commands/gh-pr-fix.md -o ~/.claude/skills/nmoinvaz-speedy-gonzales-gh-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