بنقرة واحدة
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