From jig
Analyzes git branch changes and generates a clear pull request description for submission.
How this command is triggered — by the user, by Claude, or both
Slash command
/jig:pr-createThe summary Claude sees in its command listing — used to decide when to auto-load this command
Use the `jig:pr-create` skill to handle this request.
Use the jig:pr-create skill to handle this request.
npx claudepluginhub duronext/jig --plugin jig/create-prCreates a GitHub pull request for the current feature branch. Analyzes commits to generate structured title and description, pushes branch if needed, supports title override and issue linking via arguments.
/create-pull-requestGenerates comprehensive Pull Request description, test plan, and changelog from git branch changes, creates PR via gh CLI, and outputs URL.
/pr-automationCreates GitHub pull requests from chat session changes, handling branch creation, conventional commits, and PR description generation.
/ghprOpens existing or creates new GitHub pull request for current branch. Checks PR status, drafts conventional commit title/body from branch/commits, confirms with user, then creates and opens.