git-conventional-commit

Installation
SKILL.md

Conventional Commit

Create git commits that follow the Conventional Commits v1.0.0 specification.

Workflow

1. Gather context

Run these in parallel:

git status
git diff --cached
git diff
git log --oneline -10

2. Analyze changes

Installs
11
GitHub Stars
15
First Seen
Mar 11, 2026
git-conventional-commit — jackchuka/skills