git-commit

Analyze Git changes, generate commit messages, and execute commits.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Git, and includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the Git commit process by analyzing changes, suggesting commit messages, and facilitating the execution of commits.

Core Features & Use Cases

  • Change Analysis: Analyzes working tree changes and staged changes.
  • Commit Message Generation: Proposes commit messages based on change analysis and user input.
  • Commit Execution: Executes Git commits based on user approval.
  • Use Case: When you have a set of changes you want to commit to your Git repository, use this Skill to automatically generate a commit message and execute the commit.

Quick Start

Run the 'git-commit' command to analyze your changes and generate a commit message.

Frequently Asked Questions about git-commit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a git commit message from code changes automatically?

To generate a git commit message automatically, this Skill analyzes your staged and working tree changes to propose a structured message, then executes the commit upon your approval.

What is the best way to automate git commits for software development workflows?

Automating git commits involves analyzing code changes and generating structured messages via bash scripting, which this Skill uses to streamline version control tracking.

Do I need Git installed to use automated commit message generation?

Yes, you need Git installed as a prerequisite because this Skill relies on Git for version control operations and bash scripting to automate commit execution.

Can I review and approve suggested commit messages before execution?

Yes, you can review suggested commit messages before execution because this Skill proposes messages based on change analysis and commits only after your explicit approval.

How does change analysis work for staging and committing code?

Change analysis for committing works by evaluating both working tree and staged changes, allowing the generated commit message to accurately reflect your specific code modifications.