Pr Create banner
marclove marclove

Pr Create

Git community

Description

--- allowed-tools: Bash(git push), Bash(gh pr create) description: Create a pull request for the current branch using GitHub CLI --- Task - Ensure the current branch is pushed: !`git push -u origin HEAD` (ignore errors if already pushed) - Create a PR: run `gh pr create --fill` (falls back to interactive mode if metadata is missing). Output - Provide the created PR URL and a short summary of the title/description.

Installation

Installs to ~/.claude/commands/marclove-typeforge-pr-create.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/marclove/typeforge/HEAD/.claude/commands/pr-create.md -o ~/.claude/commands/marclove-typeforge-pr-create.md

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

Full documentation available on GitHub

View Source Repository