Use when creating a pull request. Analyzes branch changes, writes a clear
From jignpx claudepluginhub duronext/jig --plugin jig/pr-createCreates a GitHub pull request from current branch with structured title and body (summary, changes, test plan, notes) generated from git logs and diffs vs main/master.
/pr-createAnalyzes Git changes, fills PR template with details, auto-selects labels, and creates Draft PR on GitHub from current branch.
/pr-createAnalyzes staged Git changes, generates PR title/body from template with labels, and creates Draft PR on GitHub.
/pr-createAnalyzes Git changes to generate PR title from commit, description from template preserving comments, auto-selects labels, and creates Draft PR on GitHub.
/pr-createAutomatically creates a draft GitHub Pull Request: analyzes Git changes, fills PR template, auto-selects labels, preserves HTML comments.
/pr-createAutomatically creates GitHub Draft PR: analyzes Git changes, fills PR template from .github/PULL_REQUEST_TEMPLATE.md, auto-selects up to 3 labels by pattern match, preserves HTML.
Use the jig:pr-create skill to handle this request.