Loading...
Loading...
Encodes the user's git commit conventions (Conventional Commits with a short title and a concise pointwise body, and atomic commits made only when a logical change is complete). Use when writing commit messages, staging or committing changes, squashing, or when asked to "commit this", "write a commit message", or "make a commit".
npx skill4agent add sudokoi/skills commit-style<type>: <title><type>: <title>
- point one
- point twofeatfixdocsrefactorperftestchorestylecibuildrevertfeat: add commit-style skillphase 1item 1part 1WIPupdate filesgit statusgit diffgit log --onelinefeat: add commit-style skill
- Encode the Conventional Commits format with a short title and pointwise body
- Require atomic commits, one per completed logical change
- Document anti-patterns such as phase/item/WIP messagesphase 1: item 1 - update files