How this skill is triggered — by the user, by Claude, or both
Slash command
/him0-git-ops:pull-requestThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
```bash
/pull-request
/pull-request --draft # Create a draft PR
/pull-request --stack # Create stacked PR with current branch as base
Use /him0-git-ops:commit --push to commit and push changes.
If the current branch is the default branch, a new branch will be created automatically.
If no Pull Request exists, create one following the .github/pull_request_template.md.
If the template includes Japanese, write the body in Japanese.
If the --draft or -d option is provided, create a draft Pull Request instead.
(optional). If supplied, use it in the PR description (and elsewhere as directed) following the .github/pull_request_template.md guidelines (e.g., reference or auto-close keywords).
If a Pull Request already exists:
git log <default-branch>..HEAD)gh pr editIf --stack option is provided:
<current-branch>-part2, <current-branch>-part3)gh pr create --base <current-branch>This is useful for splitting a large PR into smaller, reviewable pieces.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub him0/him0-claude-marketplace --plugin him0-git-ops