sync_to_github

Installation
SKILL.md

sync_to_github

Run the bundled script to analyze changes, generate a commit message, commit, and push.

Usage

SKILL_DIR="/root/.claude/skills/sync_to_github"

# Commit and push (default)
python3 "$SKILL_DIR/tools/git_sync.py"

# Commit only, no push
python3 "$SKILL_DIR/tools/git_sync.py" --no-push

# Preview message without committing
python3 "$SKILL_DIR/tools/git_sync.py" --dry-run
Related skills

More from lingengyuan/my-skills

Installs
7
GitHub Stars
8
First Seen
Feb 10, 2026