J Create Pr banner
jlaws jlaws

J Create Pr

Git community

Description

--- name: j-create-pr description: "Automate PR workflow — stage, commit, branch, push, and open a GitHub PR. Use when ready to submit changes for review. Do NOT use if changes are incomplete (finish implementation first)." argument-hint: "<description of changes>" model: sonnet effort: low --- Invoke the create-pr agent to handle the full PR workflow: Stage, commit, branch, push, and open a GitHub PR for the current changes. Description of changes: $ARGUMENTS

Installation

Installs to ~/.claude/commands/jlaws-dotfiles-j-create-pr.md

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

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

Full documentation available on GitHub

View Source Repository