ワンクリックで
gitmoji-commit
A commit message generator that uses gitmojis to make your commits more fun and expressive
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
A commit message generator that uses gitmojis to make your commits more fun and expressive
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Cria um branch a partir da main e abre um pull request com título de commit convencional, descrição estruturada e labels — incluindo as tags constitucionais da Consumidor Positivo: classificação de custo (CapEx/OpEx), risco, prioridade, impacto e escopo. Use ao abrir um PR neste repo. Mantém também as regras específicas de Aurora (release-please, prebuild, lint).
Detects hardcoded values in a component's SCSS that should be replaced with Aurora design tokens, and suggests the correct token for each one
Reads a component and lists accessibility issues based on WCAG 2.1 AA and web accessibility best practices
Creates the full structure of a new Aurora component — index.tsx, styles.scss and stories — following the project's conventions
| name | gitmoji-commit |
| description | A commit message generator that uses gitmojis to make your commits more fun and expressive |
git statusgit diff HEADgit branch --show-currentgit log --oneline -5Based on the above changes, create a single git commit using Conventional Commits standard with a gitmoji that best represents the changes made. The commit message should be concise yet descriptive of the changes.
The format should be: <type>: <gitmoji>: <description>. Do not include the angle brackets in the actual commit message. Do not include co-authors or any additional information in the commit message. Only provide the commit message itself.
Where:
<type> is the type of change (e.g., feat, fix, docs, style, refactor, test, chore)<gitmoji> is an emoji that represents the type of change (e.g., ✨ for new features, 🐛 for bug fixes, etc.)<description> is a brief description of the change