commit-messager

Generates concise commit messages from staged changes.

Updated Dec 19, 2025
One-click install
npx skills add https://github.com/ibnuhalimm/claude-code-resources --skill commit-messager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: commit-messager
Source: https://github.com/ibnuhalimm/claude-code-resources/tree/main/skills/commit-messager
Command: npx skills add https://github.com/ibnuhalimm/claude-code-resources --skill commit-messager

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you craft commit messages that clearly describe changes, intent, and impact, improving collaboration and change traceability.

Core Features & Use Cases

  • Message generation: Produce concise, descriptive commits from staged changes.
  • Consistency guidance: Encourage conventional commit styles and formatting.
  • Automation-friendly outputs: Create messages suitable for changelogs and PR summaries.

Quick Start

Example: when you have staged changes related to a UI fix, generate "feat(ui): implement user authentication flow" as your commit message.