git-commit-helper

Generate conventional commit messages from staged git changes.

8|4|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/adrien-barret/claude-kit --skill git-commit-helper-adrien-barret
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-commit-helper
Source: https://github.com/adrien-barret/claude-kit/tree/main/project-template/.claude/skills/git-commit-helper
Command: npx skills add https://github.com/adrien-barret/claude-kit --skill git-commit-helper-adrien-barret

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers create consistent, conventional commit messages from the set of changes staged in git, reducing manual drafting and human error.

Core Features & Use Cases

  • Conventional formatting: suggest appropriate types (feat, fix, docs, chore) and optional scopes based on file paths.
  • Scope inference: analyze modified files to propose a precise scope like auth, api, ui, or infra.
  • Use Case: after staging changes with git add, run this helper to generate a commit message and apply it.

Quick Start

Use this skill after you have staged changes with git add to generate a conventional commit message.

Frequently Asked Questions about git-commit-helper

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

FAQPage Schema
How do I generate a conventional commit message from staged git changes?

To generate a conventional commit message from staged git changes, use this helper after running git add. It analyzes your staged diffs and file paths to suggest appropriate commit types, optional scopes, and body formatting.

What are conventional commits and how does scope inference work for git commits?

Conventional commits standardize repository history using types like feat, fix, and docs. Scope inference works by analyzing modified file paths to propose a precise context, such as auth, api, or ui, for your commit message.

Can I automatically suggest a commit scope based on modified file paths?

Yes, you can automatically suggest a commit scope based on modified file paths. The skill analyzes your staged changes to infer precise scopes like auth, api, ui, or infra for the conventional commit message.

Does this git commit helper work with bash automation and templates?

Yes, this git commit helper works with bash automation and templates. It targets developers wanting standardized commit messages across repository workflows and can be run after staging changes with git add.

What is the best way to enforce conventional commit types for features and fixes?

The best way to enforce conventional commit types for features and fixes is to use this helper. It analyzes your staged git diffs to suggest appropriate types like feat, fix, docs, or chore, reducing manual drafting and human error.