Loading...
Loading...
Help create git commits and PRs with properly formatted messages and release notes following CockroachDB conventions. Use when committing changes or creating pull requests.
npx skill4agent add peterfile/my-common-skills commit-assistantgit status -sbgit diff --statgit difftype: Subjecttypefeatfixdocsstylerefactortestchorereverttype!: SubjectBREAKING CHANGE: ...Refs: #123Release notes: None<type>: <Subject>
<What changed.>
<Why it changed.>
BREAKING CHANGE: <Impact> # only if needed<Title>
What changed
- ...
Why
- ...
Breaking changes
- None | ...Release notes: None
# or
Release notes (Added): ...
Release notes (Fixed): ...
Release notes (Breaking): ...