From core
Commits changes to a new git branch (if on main), pushes to origin, and creates or views GitHub PR with gh CLI. Activates on 'commit and push', 'open PR', 'ship it'.
How this skill is triggered — by the user, by Claude, or both
Slash command
/core:commit-push-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
- Current branch: !`git branch --show-current`
git branch --show-currentgit status --shortgit diff HEAD --statgit diff HEADBased on the above changes:
feat/add-user-validation, fix/null-check-in-parser)gh pr view.
gh pr create. Title = commit subject line. Description = brief explanation of why, not what.npx claudepluginhub clipboardhealth/core-utils --plugin coreAutomates Git workflow: creates new branch if on main, commits changes with short imperative message, pushes to origin, and opens GitHub PR via gh CLI. Use after code changes.
Creates new git branch if on main, commits and pushes changes, adapts PR template to git diffs, and opens GitHub pull request with conventional commit title.
Commits changes to current or new Git branch, pushes upstream, and creates PR to staging or main. Uses quick multi-choice prompts for branch and target. Lightweight Git shipping without preflight checks.