Back to Skills

Generating Commit Messages

mpazaryna
Updated 6 days ago
4 views
2
2
View on GitHub
Metageneral

About

This Claude Skill generates clear commit messages by analyzing git diffs from staged changes. It provides concise summaries under 50 characters with detailed descriptions and affected components. Use it when writing commit messages or reviewing staged changes to follow best practices like using present tense and explaining the "what" and "why."

Documentation

Generating Commit Messages

Instructions

  1. Run git diff --staged to see changes
  2. I'll suggest a commit message with:
    • Summary under 50 characters
    • Detailed description
    • Affected components

Best practices

  • Use present tense
  • Explain what and why, not how

Quick Install

/plugin add https://github.com/mpazaryna/claude-toolkit/tree/main/commit-helper

Copy and paste this command in Claude Code to install this skill

GitHub 仓库

mpazaryna/claude-toolkit
Path: generated-skills/commit-helper
agentic-frameworkagentic-workflowclaude-code

Related Skills