git-sync

Verified·Scanned 2/17/2026

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

from clawhub.ai·v326f80b·1.3 KB·0 installs
Scanned from 1.1.0 at 326f80b · Transparency log ↗
$ vett add clawhub.ai/autogame-17/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.