/sentry-commit Source: ~/.claude/skills/sentry-commit/SKILL.md name: commit description: Create commit messages following Sentry conventions. Use when committing code changes, writing commit messages, or formatting git history. Follows conventional commits with Sentry-specific issue references. Sentry Commit Messages Follow these conventions when creating commits for Sentry projects. Prerequisites Before committing, ensure you're working on a feature branch, not the main branch. # Check current branch git branch --show-current If you're on main or master , create a new branch first: # Create and switch to a new branch git checkout -b / Branch naming should follow the pattern: / where type matches the commit type (e.g., feat/add-user-auth , fix/null-pointer-error , ref/extract-validation ). Format ():