Commit Message Generator banner
MustafaDorgham MustafaDorgham

Commit Message Generator

Git community

Description

--- description: Generate descriptive commit messages by analyzing staged changes allowed-tools: Bash(git status), Bash(git diff), Bash(git log), Read(*.md), Read(*.json) --- Generate intelligent commit messages for the /commit command: 1. **Analyze Staged Changes**: - Run git diff --staged to see what's being committed - Identify file types and patterns (code, docs, config, tests) - Detect scope of changes (single file, module, cross-cutting) 2. **Determine Commit Type**: - feat:

Installation

Installs to ~/.claude/skills/mustafadorgham-agentic-slash-commands-commit-message-generator/SKILL.md

Terminal
mkdir -p ~/.claude/skills/mustafadorgham-agentic-slash-commands-commit-message-generator && curl -fsSL https://raw.githubusercontent.com/MustafaDorgham/agentic-slash-commands/HEAD/skills/commit-message-generator.md -o ~/.claude/skills/mustafadorgham-agentic-slash-commands-commit-message-generator/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository