git-commit

Analyze git diffs and generate conventional commit messages.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually writing conventional commit messages is time-consuming and error-prone, leading to inconsistent project history. This skill automates the analysis of your code changes and generates high-quality, standardized commit messages, ensuring clarity and consistency in your project's version control.

Core Features & Use Cases

  • Intelligent Change Analysis: Automatically reviews git diff to understand the type and scope of your modifications.
  • Conventional Commit Generation: Formats commit messages according to conventional commits specification (e.g., feat, fix, chore), ensuring professional and standardized entries.
  • No AI Attribution: Guarantees that generated messages are professional and free of any AI mentions or co-authorship.
  • Use Case: After making several code changes, you simply ask the AI to "commit my changes." The skill will analyze your diffs, propose a conventional commit message, and execute the commit for you, saving you mental effort and ensuring best practices.

Quick Start

Commit my changes to the current branch.