Skills
Skill 7 of 27
Use for every request to commit changes or draft a commit message.
1 minute · 176 words · 5 sections
Install
npx skills add getsentry/skills --skill commitnpx skills add getsentry/skills/plugin marketplace add getsentry/skillsThe first command installs just this skill, by the name in its SKILL.md; the second installs the whole repository.
git branch --show-currentIf the branch is main or master, create a feature branch unless the user
explicitly requested a direct commit. Re-check the branch and stop if it is
still main or master.
Commit one coherent, independently reviewable change at a time.
Use:
<type>(<scope>): <subject>
<optional body>
<optional footer>! before : for a breaking change.Allowed types: feat, fix, ref, perf, docs, test, build,
ci, chore, style, meta, license, and revert.
Use ref for refactoring without behavior changes, style for formatting
without logic changes, and meta for repository metadata.
Fixes <issue> closes an issue when merged.Refs <issue> links an issue without closing it.BREAKING CHANGE: <impact>.Use separate -m arguments for paragraphs and footers. Never put literal
\n sequences in a commit message or open an interactive editor.
git commit -m "fix(api): Handle null response in user endpoint" \
-m "Return 404 when the user API finds a deleted account." \
-m "Fixes SENTRY-5678"Use for every request to commit changes or draft a commit message. Creates Sentry-style conventional commits with issue references.
The verbatim description from this skill’s front matter — the string an agent matches on to decide whether to load it.
main, last pushed 21 September 2026.SKILL.md, not by matching a directory convention. One layout observed: skills/*/SKILL.md.h1 and no skipped levels:.claude-plugin/marketplace.json by Sentry, declaring 1 plugin. It is read for editorial metadata only — never as the skill index, which is always the repository tree./getsentry/skills.md, and each skill at its own .md URL.