From git
Create a commit and push the current changes without opening a pull request.
How this command is triggered — by the user, by Claude, or both
Slash command
/git:commit-pushThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
## Workflow 1. Invoke the `git:commit-message` skill to craft the commit message 2. Stage, commit, and push the changes
git:commit-message skill to craft the commit messagenpx claudepluginhub vexxhost/claude-code-plugins --plugin git/commitCommits git changes following best practices for staging, conventional messages, and hooks using the git:commit skill.
/commit-generatorGenerates a conventional commit message for staged changes, shows it for approval, commits, and optionally pushes to remote.
/createCreates a single git commit based on current repository changes, using git status, diff, branch, and recent commits for context.
/commit-pushAnalyzes git changes, stages safe files, generates conventional commit message, commits, and pushes to remote branch.
/commitStages changes and commits locally using Conventional Commits format. Analyzes git status/diffs, drafts typed message with scope, confirms with user before git add and commit.