Commit Message
This skill analyzes your staged code changes and generates appropriate commit messages in your project's preferred format. It automatically detects conventions from commitlint config files and git history, supports multiple languages, and copies the top suggestion to your clipboard for instant use.
Commit Message generates commit messages automatically from your staged changes and copies them to your clipboard.
AI-generated summary based on this skill's SKILL.md
Decision gist · record as of 2026-04-15
Commit Message generates commit messages automatically from your staged changes and copies them to your clipboard. This skill analyzes your staged code changes and generates appropriate commit messages in your project's preferred format. It automatically detects conventions from commitlint config files and git history, supports multiple languages, and copies the top suggestion to your clipboard for instant use.
Use it when
- Yes.
- Commit Message improves commit message quality and consistency by automatically detecting and enforcing your project's conventions.
Install
wasabeef/claude-code-cookbook/commit-message · repository language: Shell
generated, unverified - the skill's exact subdirectory could not be determined; check the repository on GitHub
Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.
Frequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
What does Commit Message do?
Commit Message analyzes your staged code changes and generates appropriate commit messages in your project's preferred format. It automatically detects conventions from commitlint config files and git history, supports multiple languages, and copies the top suggestion to your clipboard for instant use.
Can Commit Message auto generate git commit messages?
Yes. Commit Message automatically generates git commit messages by analyzing your staged changes. It detects your project's preferred conventions from commitlint configs and git history, then suggests ready-to-use messages that you can instantly copy to your clipboard.
How does Commit Message improve commit quality?
Commit Message improves commit message quality and consistency by automatically detecting and enforcing your project's conventions. It analyzes code changes intelligently, generates meaningful messages aligned with your standards, and supports conventional commits and semantic versioning formats.
Does Commit Message support conventional commits?
Yes. Commit Message supports conventional commits standards and can enforce them based on your project's configuration. It detects commitlint rules and git history patterns to generate messages that follow semantic commit conventions automatically.
How can Commit Message speed up my git workflow?
Commit Message speeds up your git workflow by eliminating manual commit message writing. It generates AI-powered suggestions from your staged changes, automatically copies the top suggestion to your clipboard, and supports multiple languages for faster, consistent commits across your team.
Let your AI agent find skills like this
Example. Real query, live index.
You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.
wish › “Generate commit messages automatically from code changes”
Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →
Related skills
Automatically generate conventional commit messages by analyzing your git changes. The skill examines staged or unstaged modifications, groups related files by module and change type, and produces properly formatted messages with appropriate commit types and scopes. Use it to split large changesets into logical commits or review changes before committing.
This skill analyzes your staged changes and proposes a split into multiple focused commits, each with a semantic message following conventional patterns. It groups related files by feature, change type, or dependency, then walks you through approval and execution—with a dry-run mode to preview splits before committing.
This skill analyzes your repository's commit history to detect its message style, then generates a subject line and optional body that fit the established pattern. It stages unstaged changes when needed, respects pre-commit hooks and signing requirements, and confirms the commit with a log preview.
changelog-generator analyzes your Git history and produces structured CHANGELOG.md files following Keep a Changelog standards. It parses commits using Conventional Commits conventions, automatically categorizes changes by type, detects breaking changes, and supports semantic version bumping. Use it to initialize configs, generate full histories, incrementally update unreleased sections, or publish new versions—with optional GitHub Actions integration.
git-workflow provides structured guidance on writing effective commit messages using conventional formats, organizing branches by type and purpose, and managing pull requests at scale. It covers atomic commits, conflict resolution, and enforcing standards through git hooks.
Conventional Commits helps you write structured, semantic commit messages that enable automated versioning and changelog generation. It guides you through selecting commit types, adding optional scopes, and formatting descriptions in imperative mood, with support for breaking changes and footer tokens.
More skills Git Workflow Skill (unlicensed) · chinese-commit-conventions (MIT) · Commit Summary (unlicensed) · managing-git-workflows (MIT) · smart-commit (MIT) · Create Commit (unlicensed)