plugins/hhk7734/skills/commit-push/SKILL.md
Use when the user asks to run /commit-push, commit current changes and push the branch to the remote without opening a pull request.
npx skillsauth add hhk7734/hhk7734 commit-pushInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Commit the current changes and push the branch to its remote, without opening a pull request.
This skill builds on commit: run that workflow first, then push.
Confirm the current branch and remote before doing anything else:
git branch --show-currentgit remote -vFollow the commit skill end-to-end to inspect the working tree, verify agent-instruction compliance, stage, and create one or more focused Conventional Commits.
Push the current branch:
git push -u origin HEAD
Report each new commit hash, the push result, and final git status --short.
commit skill.origin remote exists, stop before pushing and report the missing remote.commit-push-pr when a PR is needed.data-ai
This skill should be used when the user asks to "create a sequence diagram", "update a sequence diagram", "draw a sequence diagram", "visualize component interactions", or needs to represent time-ordered interactions between actors or system components using Mermaid.
development
This skill should be used when the user asks to "create a flowchart", "update a flowchart", "draw a flowchart", "visualize a workflow", "diagram a process or algorithm", or needs to represent decision trees, state transitions, or workflows using Mermaid.
tools
Use when the user asks to create git commits, run /commit, commit current changes, generate commit messages, or split changed files into focused Conventional Commits without pushing.
tools
Use when the user asks to run /commit-push-pr, commit current changes, push the branch, and open a GitHub pull request from the current repository.