From claudius
Commit, push, and create PR. Auto-creates feature branch if on base. Use when user wants to commit and push, create a PR, ship work, send changes upstream, open a pull request, or publish a branch.
npx claudepluginhub lklimek/agents --plugin claudiusThis skill is limited to using the following tools:
Load `claudius:git-and-github` skill first — all commit, push, PR, and attribution conventions come from there.
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'.
Validates local changes, commits, pushes current branch, creates or updates GitHub PR, and optionally enables automerge. Use when ready to publish one branch.
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.
Share bugs, ideas, or general feedback.
Load claudius:git-and-github skill first — all commit, push, PR, and attribution conventions come from there.
Ensure feature branch
gitStatus context (Main branch: ...). Fallback: git remote show originfeat/..., fix/..., chore/... from context), switch to itVersion bump (if applicable)
CLAUDE.md for versioning policy (SemVer, changelog, version file locations)Stage and commit
git-and-github conventionsPush to remote
PR
git-and-github/push, intent is cleargit-and-github for this invocation only/push or user request — one invocation = one push