Posted on

Commit messages that don't make me wince

“fix stuff.” “update files.” “changes.” Open an old repo and the log tells you nothing. Git Workflow Skills is my answer to that.

It holds the agent to a real standard: Conventional Commits, a 50 character subject, the 72 rule for the body, imperative mood, one logical change per commit. No sneaking two changes into a message with an “and.” And no AI attribution, not once. My commits are mine.

Small rules, but they add up. A clean history is the difference between git log answering your question and git log wasting your afternoon.

It triggers on any git activity and runs across the same 40+ agents as the rest of the set.

npx skills add olakunlevpn/olakunlevpn-git-skills

Repo: olakunlevpn-git-skills