معلومات المصدر
- المستودع
- s-kostyaev/ellama
- آخر نشاط في المصدر
- ٢٦ أبريل ٢٠٢٦ في ٢٢:٥٨
- لغة SKILL.md المكتشفة
- الإنجليزية
- النجوم
- ٩٥٨
- التفرعات
- ٦٤
خيارات التثبيت
يُحدَّد Prompt الذي يراجع المصدر أولًا بشكل افتراضي. يمكنك التبديل إلى أمر مباشر أو تنزيل نسخة محلية.
مراجعة ملفات المصدر
اقرأ SKILL.md وأي ملفات مرافقة يعرضها SkillsMP قبل أن تقرر التثبيت.
عرض SKILL.md
SKILL.md
تعليمات المصدر · معاينة للقراءة فقط- name
- commit-message
- description
- Use this skill when writing a concise commit message from a diff.
# Commit Message
Write a concise commit message based on the provided diff.
Use this exact format:
```text
Short title describing major changes in functionality
Detailed description of all changes.
```
Rules:
- Reply with the commit message only.
- Do not wrap the commit message in quotes.
- Keep the first line concise.
- Add one blank line after the first line.
- Use the body to summarize the meaningful changes shown in the diff.
Example:
```text
Improve abc
Improved the feature abd by adding a new module xyz.
```
عرض على GitHub