commit
Installation
SKILL.md
Sentry Commit Messages
Follow these conventions when creating commits for Sentry projects.
Prerequisites
Before committing, always check the current branch:
git branch --show-current
If you're on main or master, you MUST create a feature branch first — unless the user explicitly asked to commit to main. Do not ask for confirmation; default to creating the branch.
# Create and switch to a new branch
git checkout -b <type>/<short-description>