📦

commit

آمن

创建符合Sentry规范的提交

متاح أيضًا من: 0xmsc,0xmsc,Codename-11,DavidOpDeBeeck,davila7,getsentry

生成符合Sentry工程标准并与其问题跟踪系统集成的专业提交信息。

يدعم: Claude Codex Code(CC)
🥉 75 برونزي
1

تنزيل ZIP المهارة

2

رفع في Claude

اذهب إلى Settings → Capabilities → Skills → Upload skill

3

فعّل وابدأ الاستخدام

اختبرها

استخدام "commit". Add new Slack integration for alert notifications

النتيجة المتوقعة:

feat(alerts): Add Slack thread replies for alert updates

When an alert is updated or resolved, post a reply to the original Slack thread instead of creating a new message. This keeps related notifications grouped together.

Refs GH-1234

استخدام "commit". Fix null error in user API

النتيجة المتوقعة:

fix(api): Handle null response in user endpoint

The user API could return null for deleted accounts, causing a crash in the dashboard. Add null check before accessing user properties.

Fixes SENTRY-5678
Co-Authored-By: Claude <noreply@anthropic.com>

التدقيق الأمني

آمن
v1 • 2/25/2026

This skill is pure documentation providing commit message guidelines. Static analysis flagged external_commands, network URLs, and cryptographic patterns, but evaluation confirms these are false positives. The file contains only documentation examples of git commands and reference URLs - no executable code or actual network requests.

1
الملفات التي تم فحصها
172
الأسطر التي تم تحليلها
0
النتائج
1
إجمالي عمليات التدقيق
لا توجد مشكلات أمنية
تم تدقيقه بواسطة: claude

درجة الجودة

38
الهندسة المعمارية
100
قابلية الصيانة
85
المحتوى
50
المجتمع
100
الأمان
100
الامتثال للمواصفات

ماذا يمكنك بناءه

Sentry开发者工作流

创建格式正确的提交,在合并时自动关联到Sentry问题

AI代码审查署名

按照最佳实践添加正确的AI贡献者署名

团队约定执行

在团队仓库中保持一致的提交历史

جرّب هذه الموجهات

简单功能提交
Create a commit message for adding a new user authentication feature. Reference the Sentry issue SENTRY-1234.
Bug修复提交
Write a commit message for fixing a null pointer error in the API endpoint. Include issue reference GH-5678.
AI生成代码提交
Create a commit message for refactoring validation logic. Mark it as AI-generated with Claude attribution.
破坏性更改提交
Write a commit message for removing deprecated API endpoints. Document the breaking change properly.

أفضل الممارسات

  • 始终在页脚中包含问题引用以将提交关联到跟踪系统
  • 使用祈使语气编写主题行(使用Add、Fix、Remove而非Added、Fixed、Removed)
  • 将主题行保持在70个字符以内,以便在git工具中最佳显示

تجنب

  • 不要在提交主题中使用过去时态(应该是'Add feature'而非'Added feature')
  • 避免使用泛泛的信息如'fix bug'或'update code'而没有具体内容
  • 不要在主题或正文中包含AI披露短语 - 仅在Co-Authored-By页脚中使用

الأسئلة المتكررة

支持哪些提交类型?
支持的类型包括feat、fix、ref、perf、docs、test、build、ci、chore、style、meta和license。
如何引用不同的问题跟踪器?
使用Fixes或Refs后跟问题ID:Fixes SENTRY-1234、Fixes GH-1234或Refs LINEAR-ABC-123。
我应该在每个提交中添加AI署名吗?
仅在AI工具做出重大贡献时添加Co-Authored-By。对于轻微的AI辅助编辑不要添加。
提交信息的字符数限制是多少?
主题行:最多70个字符。正文行:最多100个字符。
没有Sentry账户可以使用此技能吗?
是的,此提交格式适用于任何项目。Sentry问题引用是可选的。
此技能会执行git命令吗?
不,此技能仅生成提交信息文本。您必须手动执行git commit。

تفاصيل المطور

المؤلف

sickn33

الترخيص

MIT

مرجع

main

بنية الملفات

📄 SKILL.md