Standards for writing clear, concise git commit messages. Use when creating commits, reviewing commit history, or establishing git workflow conventions.
This skill inherits all available tools. When active, it can use any tool Claude has access to.
best-practices.mdexamples.mdmessage-format.mdStandards for writing clear, concise git commit messages that communicate changes effectively.
When creating a commit message:
git diff --stagedgit log -5 --oneline to match project styleAdds user authentication
- Creates login and registration pages
- Adds JWT token handling
- Stores user session in localStorage
Fixes payment processing error
- Validates amount before charging
- Handles network timeouts
- Shows error message to user
Updates installation instructions
❌ update stuff
❌ fix bug
❌ WIP
❌ Refactors authentication logic with help from Claude
message-format.md - Detailed commit message format rulesexamples.md - Good and bad commit message examplesbest-practices.md - Git workflow best practices