AI AGENT ADDONS

Conventional Commit

marcelorodrigo/agent-skills

Writing clear commit messages helps your entire team understand code changes. This guide shows you the conventional commit format. You will learn how to structure each commit the right way.

Each commit needs a type like feat or fix. You can add a scope and a short subject line. This keeps your git history clean and easy to follow.

Use the breaking change marker for big updates. Following these rules makes automatic versioning possible. Your teammates will appreciate clear messages.

Add Conventional Commit skill to your workflow

Global

mkdir -p ~/.claude/skills/conventional-commit

Project

mkdir -p .claude/skills/conventional-commit

Source Repository

Stars
11
Forks
2
Watchers
11
License
MIT
Last Push
1 month ago
Created
6 months ago