From commit-push
Stage, commit, and push all changed files to the current branch's upstream remote
How this skill is triggered — by the user, by Claude, or both
Slash command
/commit-push:commit-pushThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Stage, commit, and push all changed files to the current branch's upstream remote. If no upstream is found ask me for the name of remote branch.
Stage, commit, and push all changed files to the current branch's upstream remote. If no upstream is found ask me for the name of remote branch.
Use the following format for all commit messages:
[{TYPE}]: {description}
[FEAT]: add user authentication system
[FIX]: resolve login redirect issue
[DOCS]: update API documentation
[STYLE]: fix code formatting
[REFACTOR]: restructure user service
[PERF]: improve database query performance
[TEST]: add unit tests for payment module
[CHORE]: update dependencies
DO NOT INCLUDE AI TOOL CREDITS OR CO-AUTHORSHIP ATTRIBUTION IN COMMIT MESSAGES
npx claudepluginhub erdembircan/plugin-marketplace --plugin commit-pushCommits all local git changes following Conventional Commits format with type, scope, and body, then pushes to remote. Analyzes diffs and logs for accurate messages.
Creates semantic git commits with conventional commit format, stages changes, and pushes to remote. Handles pre-commit hooks and writes meaningful commit messages.
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.