commit

Installation
SKILL.md

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 <type>/<short-description>
Related skills

More from getsentry/webvitals.com

Installs
3
GitHub Stars
12
First Seen
Apr 3, 2026