From sundial-org-awesome-openclaw-skills-4
Automatically commits and pushes local workspace changes to a remote GitHub repository, with .gitignore and pre-commit safety checks.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sundial-org-awesome-openclaw-skills-4:git-syncThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Automatically syncs local workspace changes to the remote GitHub repository.
Automatically syncs local workspace changes to the remote GitHub repository. Designed to be called by PCEC cycles or after significant changes.
Commit and push changes.
.gitignore and pre-commit hooks (ADL-compliant) to prevent secret leakage.Wrapper around git add . && git commit && git push.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4Stages all changes, creates a conventional commit, and pushes to the remote branch. Use when the user wants to commit and push changes to GitHub or remote.
Commits all working tree changes with conventional commit messages. Reads git status and diff, stages changes, and commits one logical change per snapshot.
Creates conventional git commits via git-agent with optional co-author and pushes to remote, handling auth retries and upstream setup. Use for 'commit and push' requests or /commit-and-push invocation.