AgentSkillsCN

gitmoji

为你的提交信息准备一份表情符号指南

SKILL.md
--- frontmatter
name: gitmoji
description: An emoji guide for your commit messages
license: MIT

Gitmoji is an emoji guide for commit messages. Aims to be a standarization cheatsheet - guide for using emojis on commit messages.

Using emojis on commit messages provides an easy way of identifying the purpose or intention of a commit with only looking at the emojis used.

Specification

A gitmoji commit message consists is composed using the following pieces:

  • intention: The intention you want to express with the commit, using an emoji from the list.
  • scope: An optional string that adds contextual information for the scope of the change.
  • message: A brief explanation of the change.
code
<intention> [scope?][:?] <message>

Examples

  • ⚡️ Lazyload home screen images.
  • 🐛 Fix onClick event handler
  • 🔖 Bump version 1.2.0
  • ♻️ (components): Transform classes to hooks
  • 📈 Add analytics to the dashboard
  • 🌐 Support Japanese language
  • ♿️ (account): Improve modals a11y