If you work in the Sentry codebase or want to adopt their commit conventions, this skill handles the formatting for you. It knows the full spec: conventional commits with types like feat, fix, and ref, scoped headers under 100 characters, and Sentry-specific issue references (GH-1234, SENTRY-5678, LINEAR-ABC-123). The nice thing is it doesn't just template out the format. It knows when to use Fixes versus Refs, how to structure breaking changes, and the imperative mood rules that everyone forgets. Saves you from checking the docs every time you need to write a proper commit message.
npx skills add https://github.com/davila7/claude-code-templates --skill commit