Accept Pr banner
AndriyKalashnykov AndriyKalashnykov

Accept Pr

Git community

Description

--- allowed-tools: Bash(gh pr view*), Bash(gh pr diff*), Bash(gh pr review*), Bash(gh pr merge*), Bash(git pull*), Bash(git log*), Bash(git checkout*) --- Approve and merge a PR. Usage: `/accept-pr <me|claude> <pr-number>` Parse `$ARGUMENTS` to extract the signer and PR number. The first word is the signer (`me` or `claude`), the second is the PR number. ## Steps 1. Parse `$ARGUMENTS` — expect two values: `<signer>` and `<pr-number>` - If missing or invalid, show usage and stop - Valid

Installation

Installs to ~/.claude/commands/andriykalashnykov-flight-path-accept-pr.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/AndriyKalashnykov/flight-path/HEAD/.claude/commands/accept-pr.md -o ~/.claude/commands/andriykalashnykov-flight-path-accept-pr.md

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

Full documentation available on GitHub

View Source Repository