draft-commit
Klare Commit-Nachrichten aus gestagten Änderungen entwerfen
Klare Commit-Nachrichten zu schreiben ist schwierig. Diese Skill analysiert deine gestagten git-Änderungen und erstellt aussagekräftige Commit-Nachrichten, die erklären, was sich geändert hat und warum es wichtig ist.
تنزيل ZIP المهارة
رفع في Claude
اذهب إلى Settings → Capabilities → Skills → Upload skill
فعّل وابدأ الاستخدام
اختبرها
استخدام "draft-commit". Use the draft-commit skill to create a commit message from my staged changes
النتيجة المتوقعة:
- ## Drafted Commit Message
- Add user authentication module
- Implements JWT-based authentication for API. Includes token generation, validation, and refresh logic.
- ---
- Changes analyzed: 3 files changed, +150 lines added, -23 lines deleted
استخدام "draft-commit". Run the draft-commit skill with conventional format
النتيجة المتوقعة:
- ## Drafted Commit Message
- feat: Add user authentication module
- ---
- Changes analyzed: 2 files changed
استخدام "draft-commit". Use draft-commit with detailed message length and full context
النتيجة المتوقعة:
- ## Drafted Commit Message
- Add StandardsRepository abstraction
- Centralizes standards access into a single, reliable interface. This eliminates duplication and makes the system easier to maintain.
- Files: Added lib/standards-repository.md, lib/schemas/standards-schema.json. Modified 7 agent/skill files.
- ---
- Changes analyzed: 9 files changed, +280 lines added, -45 lines deleted
التدقيق الأمني
آمنAll 86 static findings are FALSE POSITIVES. The skill is a pure documentation-based skill containing only markdown, JSON configuration, and skill manifests. No executable code, cryptographic operations, network access, or command execution exists. The static scanner incorrectly flagged common words like 'conventional', 'concise', 'descriptive' as weak cryptographic algorithms, and misinterpreted markdown backtick formatting as shell execution. This is a benign documentation-only skill for drafting commit messages.
عوامل الخطر
🌐 الوصول إلى الشبكة (1)
📁 الوصول إلى نظام الملفات (1)
⚙️ الأوامر الخارجية (47)
درجة الجودة
ماذا يمكنك بناءه
Eine klarere Commit-Historie schreiben
Erstelle aussagekräftige Commit-Nachrichten, die deinem zukünftigen Ich helfen zu verstehen, was gemacht wurde und warum
Konsistente Formulierungen einhalten
Befolge Teamkonventionen mit Unterstützung des Conventional-Commits-Formats für bessere Changelog-Erstellung
Beitragsqualität verbessern
Entwirf professionelle Commit-Nachrichten, die Projektbeitragsrichtlinien erfüllen
جرّب هذه الموجهات
Use the draft-commit skill to create a commit message from my staged changes
Run the draft-commit skill with conventional format to create a standardized commit message
Use draft-commit with detailed message length and full context to explain my changes thoroughly
Run draft-commit with concise style and no file counts for a quick summary commit message
أفضل الممارسات
- Änderungen bewusst stagen, bevor diese Skill ausgeführt wird
- Die entworfene Nachricht vor dem Committen überprüfen und bearbeiten
- Stil und Format so konfigurieren, dass sie zu den Projektkonventionen passen
تجنب
- Ausführen, ohne Änderungen zuvor zu stagen
- Verwendung ohne das Ergebnis zu überprüfen
- Darauf verlassen, ohne die eigenen Änderungen zu verstehen