commit
Sentry 준수 커밋 생성
또한 다음에서 사용할 수 있습니다: Codename-11,DavidOpDeBeeck,davila7,0xmsc,getsentry,0xmsc
Sentry 엔지니어링 표준을 따르고 이슈 추적 시스템과 통합되는 전문적인 커밋 메시지를 생성합니다.
스킬 ZIP 다운로드
Claude에서 업로드
설정 → 기능 → 스킬 → 스킬 업로드로 이동
토글을 켜고 사용 시작
테스트해 보기
"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>
보안 감사
안전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.
품질 점수
만들 수 있는 것
Sentry 개발자 워크플로우
병합 시 Sentry 이슈에 자동으로 연결되는 올바르게 형식화된 커밋 생성
AI 코드 검토 속성
모범 사례에 따라 적절한 AI 기여자 속성 추가
팀 규칙 시행
팀 저장소 전반에 걸쳐 일관된 커밋 히스토리 유지
이 프롬프트를 사용해 보세요
새로운 사용자 인증 기능을 추가하는 커밋 메시지를 생성하세요. Sentry 이슈 SENTRY-1234 를 참조하세요.
API 엔드포인트의 null pointer 오류를 수정하는 커밋 메시지를 작성하세요. 이슈 참조 GH-5678 을 포함하세요.
유효성 검사 로직을 리팩토링하는 커밋 메시지를 생성하세요. Claude 속성과 함께 AI 생성으로 표시하세요.
사용 중지된 API 엔드포인트를 제거하는 커밋 메시지를 작성하세요. breaking change 를 적절히 문서화하세요.
모범 사례
- 푸터에 항상 이슈 참조를 포함하여 커밋을 추적 시스템에 연결하세요
- 제목 행에 명령법을 사용하세요 (Added, Fixed, Removed 가 아닌 Add, Fix, Remove)
- git 도구에서 최적의 표시를 위해 제목 행을 70 자 이내로 유지하세요
피하기
- 커밋 제목에 과거 시제를 사용하지 마세요 ('Added feature' 가 아닌 'Add feature' 여야 함)
- 구체적인 내용 없이 'fix bug' 또는 'update code' 와 같은 일반적인 메시지를 피하세요
- 제목이나 본문에 AI 공개 문구를 포함하지 마세요 - Co-Authored-By 푸터만 사용하세요