draft-commit
스테이징된 변경사항으로 명확한 커밋 메시지 작성
명확한 커밋 메시지를 작성하는 것은 어려운 일입니다. 이 스킬은 스테이징된 git 변경사항을 분석하여 무엇이 변경되었고 왜 중요한지 설명하는 서술적인 커밋 메시지를 생성합니다.
تنزيل 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)
درجة الجودة
ماذا يمكنك بناءه
더 명확한 커밋 히스토리 작성
미래의 자신이 무엇을 했고 왜 했는지 이해하는 데 도움이 되는 의미 있는 커밋 메시지 생성
일관된 메시지 유지
더 나은 변경 로그 생성을 위해 conventional commits 형식 지원으로 팀 규칙 준수
기여 품질 향상
프로젝트 기여 가이드라인을 충족하는 전문적인 커밋 메시지 작성
جرّب هذه الموجهات
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
أفضل الممارسات
- 이 스킬을 실행하기 전에 의도적으로 변경사항을 스테이징하세요
- 커밋하기 전에 작성된 메시지를 검토하고 편집하세요
- 프로젝트 규칙에 맞게 스타일과 형식을 구성하세요
تجنب
- 변경사항을 먼저 스테이징하지 않고 실행
- 출력을 검토하지 않고 사용
- 자신의 변경사항을 이해하지 못한 채 의존