← ClaudeAtlas

git-conventional-commitlisted

Use when committing work and you want a clean, changelog-shaped history: record work as small conventional commits so history reads as a changelog.
sarmakska/slipstream · ★ 1 · Code & Development · score 73
Install: claude install-skill sarmakska/slipstream
## Overview Record work as small conventional commits so history reads as a changelog. ## Steps 1. Stage only the related changes. 2. Write a commit subject in the form `type(scope): summary`. 3. Keep the subject under seventy two characters and explain the why in the body. ## Verify Run `git log -1 --pretty=%s` and confirm the subject matches the conventional commit format.