Stats
Actions
Tags
From base
Commits changes using Conventional Commits then pushes to the upstream tracking branch. Use when the user says "commit and push", "commit-push", "push my changes", or "commit then push".
How this skill is triggered — by the user, by Claude, or both
Slash command
/base:commit-pushThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Commit changes then push to the upstream tracking branch.
Commit changes then push to the upstream tracking branch.
/commit $ARGUMENTS to stage, generate a message, and commit.git rev-parse --abbrev-ref --symbolic-full-name @{upstream}
git push.git push -u origin <branch> and ask before executing — the user may want a different remote.git pull --rebase and ask before executing.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 kevin-rm/claude-code --plugin base