Enforces Sentry's conventional commit format and stops you from accidentally committing to main. It checks your current branch first, auto-creates a feature branch if needed, then walks you through structured commit messages with proper type prefixes, scopes, and issue references. The AI attribution handling is smart: it adds a Co-Authored-By line for Claude but nothing else, no "AI generated" noise in your git history. Useful if you're working in a Sentry codebase or just want disciplined commit hygiene without thinking about it. The branch protection alone makes it worth using since it won't let you footgun yourself on protected branches.
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill commit