Back to list
manuelmauro

conventional-commits

by manuelmauro

Agentic AI skills management, linting, and formatting

0🍴 0📅 Jan 23, 2026

SKILL.md


name: conventional-commits description: Guide for writing conventional commits with gitmoji license: MIT OR Apache-2.0

Conventional Commits

Use conventional commit format with gitmoji for all commits in this project.

Format

<type>: <emoji> <description>

Commit Types and Emojis

TypeEmojiCodeDescription
feat:sparkles:New feature
fix🐛:bug:Bug fix
docs📝:memo:Documentation
style💄:lipstick:UI/style changes
refactor♻️:recycle:Code refactoring
perf:zap:Performance improvement
test:white_check_mark:Add/update tests
build📦:package:Build system/dependencies
ci👷:construction_worker:CI configuration
chore🔧:wrench:Maintenance tasks
revert:rewind:Revert changes

Additional Emojis

EmojiCodeUse case
🎉:tada:Initial commit
🔥:fire:Remove code/files
🚑:ambulance:Critical hotfix
🔒:lock:Security fix
🚧:construction:Work in progress
⬆️:arrow_up:Upgrade dependencies
⬇️:arrow_down:Downgrade dependencies
📌:pushpin:Pin dependencies
🏷️:label:Add/update types
💥:boom:Breaking changes
✏️:pencil2:Fix typos
🚚:truck:Move/rename files
🍱:bento:Add/update assets
:wheelchair:Accessibility
🔊:loud_sound:Add logs
🔇:mute:Remove logs
🗃️:card_file_box:Database changes
🤖:robot:AI/ML related
🧠:brain:AI/neural network changes

Examples

git commit -m "feat: :sparkles: add user authentication"
git commit -m "fix: :bug: resolve login redirect loop"
git commit -m "docs: :memo: update API documentation"
git commit -m "refactor: :recycle: extract validation logic"
git commit -m "chore: :arrow_up: release v1.0.0"
git commit -m "ci: :construction_worker: add GitHub Actions workflow"

Breaking Changes

For breaking changes, add ! after the type:

git commit -m "feat!: :boom: redesign authentication API"

Scope (Optional)

Add scope in parentheses for more context:

git commit -m "feat(auth): :sparkles: add OAuth2 support"
git commit -m "fix(api): :bug: handle null response"

Score

Total Score

60/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon