git-commit

Installation
SKILL.md

Git Commit with Conventional Commits

Create standardized, semantic git commits using the Conventional Commits specification. Analyze the actual diff to determine appropriate type, scope, and message.

Commit format

<type>[optional scope]: <description>

[optional body]

[optional footer(s)]

Commit types

Installs
28
Repository
zlliang/skills
First Seen
Apr 21, 2026
git-commit — zlliang/skills