generating-commits

Generate Conventional Commits messages and commit staged changes.

Updated Jan 3, 2026
One-click install
npx skills add https://github.com/sabertazimi/claude-code --skill generating-commits
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generating-commits
Source: https://github.com/sabertazimi/claude-code/tree/main/skills/generating-commits
Command: npx skills add https://github.com/sabertazimi/claude-code --skill generating-commits

SYSTEM DOCUMENTATION & REQUIREMENTS

## What problem does it solve? This Skill automates the generation of Conventional Commits messages and the subsequent commit of staged changes, reducing decision fatigue and ensuring a consistent project history.

## Core Features & Use Cases

  • Automated Commit Message Generation: Create clear, conventional commit messages tailored to the diff and project preferences.
  • Context-Aware Commit: Inspect git state (status, diff, recent history) to inform the commit message.
  • Deterministic Execution: Commit only staged changes using the best-fitting candidate message.
  • Use Case: When you say "commit" or "git commit", this skill proposes 3 messages and applies the best one automatically.

### Quick Start In your repository, trigger the skill to commit the currently staged changes with a Conventional Commit message.