commit-and-push

star 1

Finish local Git work by first using the `commit` skill to split and create Conventional Commits, then push the resulting commits to the remote tracking branch. Use when the user asks to commit and push changes.

w00ing By w00ing schedule Updated 3/3/2026

name: commit-and-push description: Finish local Git work by first using the commit skill to split and create Conventional Commits, then push the resulting commits to the remote tracking branch. Use when the user asks to commit and push changes.

Commit And Push

Use the commit skill first to create clean logical commits.

Then push the branch.

Steps

  1. Run the commit skill workflow and ensure commits are complete.
  2. Confirm branch and tracking remote.
git branch --show-current
git rev-parse --abbrev-ref --symbolic-full-name @{u}
  1. Push commits.
git push
  1. Verify clean state.
git status --short
Install via CLI
npx skills add https://github.com/w00ing/skills --skill commit-and-push
Repository Details
star Stars 1
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator