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
- Run the
commit-allskill workflow and complete the commit. - Confirm branch and upstream.
git branch --show-current
git rev-parse --abbrev-ref --symbolic-full-name @{u}
- Push.
git push
- Verify state.
git status --short