Claude Code Plugins

Community-maintained marketplace

Feedback

Generating Commit Messages

@channingwalton/dotfiles
2
0

Generates clear commit messages from git diffs. Use when writing commit messages or reviewing staged changes.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name Generating Commit Messages
description Generates clear commit messages from git diffs. Use when writing commit messages or reviewing staged changes.
dependencies
related-skills test-driven-development

Generating Commit Messages

Dependencies

None - Standalone skill for commit message generation.

Related Skills

  • test-driven-development - Commits follow TDD cycle (e.g., "add test for X", "implement X")

Instructions

  1. Run git diff --staged to see changes
  2. Suggest a commit message with a summary under 50 characters
  3. DO NOT add contributors