From git-helpers
Use this skill when the user wants to create a draft PR. Triggers on phrases like "draft PRを作って", "draft PRを作成", "ドラフトPRを開いて", "draft PR作って", or when the user wants to push and open a PR in draft mode.
How this skill is triggered — by the user, by Claude, or both
Slash command
/git-helpers:draft-prThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Push the current branch and create a PR in draft mode.
Push the current branch and create a PR in draft mode.
Search for the PR template in this order:
.github/pull_request_template.md.github/PULL_REQUEST_TEMPLATE.mddocs/pull_request_template.mdpull_request_template.mdAlso check for multiple templates in .github/PULL_REQUEST_TEMPLATE/ directory.
If a template is found:
If no template is found:
git push -u origin <branch>gh pr create --draftUse this format only when no PR template exists in the repository:
## Summary
<1-3 bullet points describing the changes>
## Test Plan
<How to verify the changes>
npx claudepluginhub choplin/my-claude-marketplace --plugin git-helpersCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.