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'.
npx claudepluginhub clipboardhealth/core-utils --plugin coreThis skill is limited to using the following tools:
- Current branch: !`git branch --show-current`
Automates 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.
Share bugs, ideas, or general feedback.
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.