git-sync

Automatically syncs local workspace changes to the remote GitHub repository. Use after significant changes or periodically.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "git-sync" with this command: npx skills add sundial-org/awesome-openclaw-skills/sundial-org-awesome-openclaw-skills-git-sync

Git Sync Skill

Automatically syncs local workspace changes to the remote GitHub repository. Designed to be called by PCEC cycles or after significant changes.

Tools

git_sync

Commit and push changes.

  • message (optional): Commit message. Defaults to "Auto-sync: Routine evolution update".

Safety

  • Uses .gitignore and pre-commit hooks (ADL-compliant) to prevent secret leakage.
  • Checks if there are changes before committing.

Implementation

Wrapper around git add . && git commit && git push.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

opencode-controller

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

github

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

comfy-cli

No summary provided by upstream source.

Repository SourceNeeds Review