git-workflow

Analyze Git changes, generate conventional commits, and run safety checks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Navigating complex Git operations, ensuring safety, and maintaining a clean, consistent history can be daunting and prone to errors. This skill streamlines your entire Git development lifecycle, from intelligent commits and comprehensive safety checks to automated branch management and conflict resolution, letting you focus on writing code, not wrestling with Git.

Core Features & Use Cases

  • Intelligent Commit Generation: Analyzes changes, suggests conventional commit messages, and handles smart staging, adapting to repository conventions.
  • Comprehensive Safety Checks: Scans for secrets, large files, and protected branches before any critical operation (commit, push, merge, rebase), preventing costly mistakes.
  • Automated Branch & Sync Management: Simplifies creating, switching, stashing, pulling, and pushing branches with built-in conflict handling.
  • Use Case: You're working on a feature branch and need to integrate the latest changes from main. You can simply say, "Rebase my branch on main," and the skill will handle fetching, rebasing, and even force-pushing with lease (if safe), all while performing critical safety checks.

Quick Start

Commit my changes, then push them to the remote.