git-sync

Automate git add, commit, and push with conventional commit messages and security checks.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/mountaintop1/myclaude --skill git-sync
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-sync
Source: https://github.com/mountaintop1/myclaude/tree/main/.claude/skills/git-sync
Command: npx skills add https://github.com/mountaintop1/myclaude --skill git-sync

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Manually managing the git add, commit, and push cycle, while ensuring best practices like conventional commits and security checks, is repetitive and prone to human error. This skill automates the entire synchronization process, guaranteeing a clean, safe, and consistent codebase with minimal effort.

Core Features & Use Cases

  • Automated Staging & Committing: Intelligently stages relevant files and generates conventional commit messages based on your changes.
  • Integrated Safety Checks: Scans for secrets, verifies branch targets, and ensures descriptive commit messages before pushing, preventing common mistakes.
  • Streamlined Remote Synchronization: Handles pushing your commits to the remote repository, verifying success and reporting status.
  • Use Case: You've finished a coding session and want to save your work to the remote. Simply say, "Sync my changes," and the skill will review your diffs, propose a conventional commit message, perform security checks, and push your changes to the remote, all in one seamless operation.

Quick Start

Sync my current changes to the remote repository.