skills/smithery.ai/write-commit-message

write-commit-message

Installation
SKILL.md

Commit Message Guidelines

Guidelines for writing clear, consistent git commit messages.

Conventional Commits Format

Use the conventional commits style:

<type>[optional scope]: <description>

CRITICAL: Single-line only. Never add a body or footer. The code and spec speak for themselves.

Commit Types

Installs
2
First Seen
Apr 6, 2026
write-commit-message from smithery.ai