Back to skills

commit

development

Guides commit creation for Sentry projects using conventional commit format with proper types, scopes, and issue references. Checks the current branch before committing and creates a feature branch if

Setup & Installation

npx skills add https://github.com/getsentry/commit --skill commit
or paste the link and ask your coding assistant to install it
https://github.com/getsentry/commit
View on GitHub

What This Skill Does

Guides commit creation for Sentry projects using conventional commit format with proper types, scopes, and issue references. Checks the current branch before committing and creates a feature branch if needed. Handles AI attribution in commit footers. Instead of looking up Sentry's commit conventions each time, this skill applies the correct format, branch guard, and footer references in one step.

When to use it

  • Working with commit functionality
  • Implementing commit features
  • Debugging commit related issues