commit-all-and-push

star 1

Commit all local changes as a single Conventional Commit by using the `commit-all` skill, then push commits to the remote tracking branch. Use when the user explicitly asks to commit everything and push.

w00ing By w00ing schedule Updated 3/3/2026

name: commit-all-and-push description: Commit all local changes as a single Conventional Commit by using the commit-all skill, then push commits to the remote tracking branch. Use when the user explicitly asks to commit everything and push.

Commit All And Push

Use the commit-all skill first, then push.

Steps

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