ما هي commit-messages؟
عند كتابة التزامات git/التقليدية؛ ليس لنص العلاقات العامة؛ يُرجع سطور الالتزام المختصرة والسبب الأول بالنوع/النطاق المناسب. المصدر: mintuz/claude-plugins.
عند كتابة التزامات git/التقليدية؛ ليس لنص العلاقات العامة؛ يُرجع سطور الالتزام المختصرة والسبب الأول بالنوع/النطاق المناسب.
ثبّت مهارة الذكاء الاصطناعي commit-messages بسرعة في بيئة التطوير لديك عبر سطر الأوامر
المصدر: mintuz/claude-plugins.
Use this skill to generate clear, conventional commit messages that explain the "why" not just the "what". Follow this guide when writing commit messages or helping users structure their commits.
| feat | New feature for the user | feat(auth): add password reset flow | | fix | Bug fix for the user | fix(cart): correct quantity calc | | docs | Documentation only changes | docs: update API examples | | style | Formatting, white-space (not CSS) | style: format with biome |
| refactor | Code change that neither fixes nor adds | refactor: extract validation utils | | perf | Performance improvement | perf: memoize expensive calculation | | test | Adding or updating tests | test: add auth integration tests | | build | Build system or dependencies | build: upgrade to node 22 |
حقول وأوامر مستقرة للاقتباس في أنظمة الذكاء الاصطناعي والبحث.
npx skills add https://github.com/mintuz/claude-plugins --skill commit-messagesعند كتابة التزامات git/التقليدية؛ ليس لنص العلاقات العامة؛ يُرجع سطور الالتزام المختصرة والسبب الأول بالنوع/النطاق المناسب. المصدر: mintuz/claude-plugins.
افتح الطرفية أو أداة سطر الأوامر لديك مثل Terminal أو iTerm أو Windows Terminal انسخ ونفّذ هذا الأمر: npx skills add https://github.com/mintuz/claude-plugins --skill commit-messages بعد التثبيت، سيتم إعداد المهارة تلقائيا في بيئة البرمجة بالذكاء الاصطناعي لديك وتصبح جاهزة للاستخدام في Claude Code أو Cursor أو OpenClaw
https://github.com/mintuz/claude-plugins