·commit-message-generator
</>

commit-message-generator

kanopi/cms-cultivator

Automatically generate conventional commit messages when user has staged changes and mentions committing. Analyzes git diff and status to create properly formatted commit messages following conventional commits specification. Invoke when user mentions "commit", "staged", "committing", or asks for help with commit messages.

4Installs·1Trend·@kanopi

Installation

$npx skills add https://github.com/kanopi/cms-cultivator --skill commit-message-generator

SKILL.md

Automatically generate conventional commit messages for staged changes.

Commit messages are the history and documentation of your code's evolution.

If no staged changes, inform the user and suggest staging files first.

Automatically generate conventional commit messages when user has staged changes and mentions committing. Analyzes git diff and status to create properly formatted commit messages following conventional commits specification. Invoke when user mentions "commit", "staged", "committing", or asks for help with commit messages. Source: kanopi/cms-cultivator.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/kanopi/cms-cultivator --skill commit-message-generator
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is commit-message-generator?

Automatically generate conventional commit messages when user has staged changes and mentions committing. Analyzes git diff and status to create properly formatted commit messages following conventional commits specification. Invoke when user mentions "commit", "staged", "committing", or asks for help with commit messages. Source: kanopi/cms-cultivator.

How do I install commit-message-generator?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/kanopi/cms-cultivator --skill commit-message-generator Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/kanopi/cms-cultivator