npx skills add ...
npx skills add getsentry/sentry-skills --skill commit
npx skills add getsentry/sentry-skills --skill commit
Use for every request to commit changes or draft a commit message. Creates Sentry-style conventional commits with issue references.
The same skill content is published under more than one repo. The install counts are split across them; any of these commands works.
If 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:
! 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.