push-everything

star 50

Stage ALL changes in the repository (not just session changes), commit, and push. Use when you need to commit all pending changes.

saffron-health By saffron-health schedule Updated 2/12/2026

name: push-everything description: Stage ALL changes in the repository (not just session changes), commit, and push. Use when you need to commit all pending changes.

If on main, checkout a new branch first. Stage ALL changes in the repository (not just session changes) with git add -A. Commit the changes with an appropriate message summarizing all the work. Use gh cli to see if a PR exists already. If it doesn't, create one with an appropriate title and description. If a PR does exist, query the current title and description, and update it if appropriate. Then push the changes.

Install via CLI
npx skills add https://github.com/saffron-health/opencode-gui --skill push-everything
Repository Details
star Stars 50
call_split Forks 19
navigation Branch main
article Path SKILL.md
More from Creator
saffron-health
saffron-health Explore all skills →