sync_to_github

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

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 "sync_to_github" with this command: npx skills add lingengyuan/my-skills/lingengyuan-my-skills-sync-to-github

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

Notes

  • Stages all changes via git add . — if user wants selective staging, stage files first, then run with --no-push flow

  • Commit message is generated from heuristics (file types, counts, statuses); if user wants a specific or richer message, generate it yourself and call git commit -m directly

  • Push failure is non-destructive — commit is preserved, manual git push is all that's needed

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.

General

wechat-archiver

No summary provided by upstream source.

Repository SourceNeeds Review
General

note-creator

No summary provided by upstream source.

Repository SourceNeeds Review
General

md2wechat

No summary provided by upstream source.

Repository SourceNeeds Review
General

obsidian-markdown

No summary provided by upstream source.

Repository SourceNeeds Review