بنقرة واحدة
commit-message-creator
This skill ensures all git commit messages follow the Conventional Commits specification."
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
This skill ensures all git commit messages follow the Conventional Commits specification."
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Applies Trellis visual guidance for UI work, including color schemes and visual consistency. Use when modifying frontend UI, canvas views, annotations, badges, or any visual styling.
Simplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code unless instructed otherwise.
| name | commit-message-creator |
| description | This skill ensures all git commit messages follow the Conventional Commits specification." |
When I ask you to commit changes or write a commit message, you must analyze the staged changes (diff) and categorize the work into one of the following types:
<type>(<optional scope>): <description>feat(auth): add login logic.feat: add password strength meterfix(ui): resolve alignment issue on mobilechore: update dependencies