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>
Installs
2
GitHub Stars
191
First Seen
Apr 3, 2026
commit — getsentry/dotagents