Skills commit
📦

commit

Safe

Create Sentry-Compliant Commits

Also available from: DavidOpDeBeeck,getsentry,davila7,0xmsc,Codename-11,0xmsc

Generate professional commit messages that follow Sentry engineering standards and integrate with their issue tracking system.

Supports: Claude Codex Code(CC)
🥉 72 Bronze
1

Download the skill ZIP

2

Upload in Claude

Go to Settings → Capabilities → Skills → Upload skill

3

Toggle on and start using

Test it

Using "commit". Add new Slack integration for alert notifications

Expected outcome:

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

Using "commit". Fix null error in user API

Expected outcome:

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>

Security Audit

Safe
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
Files scanned
172
Lines analyzed
0
findings
1
Total audits
No security issues found
Audited by: claude

Quality Score

38
Architecture
100
Maintainability
85
Content
31
Community
100
Security
100
Spec Compliance

What You Can Build

Sentry Developer Workflow

Create properly formatted commits that automatically link to Sentry issues when merged

AI Code Review Attribution

Add proper AI contributor attribution following best practices

Team Convention Enforcement

Maintain consistent commit history across team repositories

Try These Prompts

Simple Feature Commit
Create a commit message for adding a new user authentication feature. Reference the Sentry issue SENTRY-1234.
Bug Fix Commit
Write a commit message for fixing a null pointer error in the API endpoint. Include issue reference GH-5678.
AI-Generated Code Commit
Create a commit message for refactoring validation logic. Mark it as AI-generated with Claude attribution.
Breaking Change Commit
Write a commit message for removing deprecated API endpoints. Document the breaking change properly.

Best Practices

  • Always include an issue reference in the footer to link commits to tracking systems
  • Use imperative mood in subject lines (Add, Fix, Remove not Added, Fixed, Removed)
  • Keep subject lines under 70 characters for optimal display in git tools

Avoid

  • Do not use past tense in commit subjects (should be 'Add feature' not 'Added feature')
  • Avoid generic messages like 'fix bug' or 'update code' without specifics
  • Do not include AI disclosure phrases in subject or body - only use Co-Authored-By footer

Frequently Asked Questions

What commit types are supported?
Supported types include feat, fix, ref, perf, docs, test, build, ci, chore, style, meta, and license.
How do I reference different issue trackers?
Use Fixes or Refs followed by the issue ID: Fixes SENTRY-1234, Fixes GH-1234, or Refs LINEAR-ABC-123.
Should I add AI attribution to every commit?
Only add Co-Authored-By when AI tools made significant contributions. Do not add it for minor AI-assisted edits.
What is the character limit for commit messages?
Subject line: 70 characters max. Body lines: 100 characters max.
Can I use this skill without a Sentry account?
Yes, the commit format works for any project. Sentry issue references are optional.
Does this skill run git commands?
No, this skill only generates commit message text. You must manually execute git commit.

Developer Details

File structure

📄 SKILL.md