Git Pr banner
jesus-seijas-sp jesus-seijas-sp

Git Pr

Git community

Description

Push the branch and open a pull request. Commits any pending changes automatically with an appropriate message. ## Arguments `$ARGUMENTS` must contain one or two values separated by `|`: ``` <PR title> | <PR description> ``` Example: ``` Add user login endpoint | Implements POST /auth/login with JWT response ``` ## Steps 1. Parse `$ARGUMENTS` by splitting on `|` to extract: - `prTitle` — first segment (trimmed) - `prDescription` — second segment (trimmed) 2. If any of the two values

Installation

Installs to ~/.claude/commands/jesus-seijas-sp-claude-node-setup-git-pr.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/jesus-seijas-sp/claude-node-setup/HEAD/.claude/commands/git-pr.md -o ~/.claude/commands/jesus-seijas-sp-claude-node-setup-git-pr.md

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

Full documentation available on GitHub

View Source Repository