skills/smithery.ai/generating-commit-messages

generating-commit-messages

SKILL.md

Generating Commit Messages

Instructions

  1. Run git log to see recent commit messages and match the repository's existing commit message style
  2. Run git diff --staged to see the changes being committed
  3. Suggest a commit message adhering to conventional commit message conventions

Conventional Commit Format

Use the conventional commit format: <type>(<scope>): <subject>

Installs
3
First Seen
Apr 8, 2026