commit

Installation
SKILL.md

Commit Messages

Follow these conventions when creating commits.

Prerequisites

Before committing, ensure you're working on a feature branch, not the master branch.

# Check current branch
git branch --show-current

If you're on master, create a new branch first:

# Create and switch to a new branch
git checkout -b <type>/<brief-description>
Related skills

More from steveclarke/dotfiles

Installs
29
GitHub Stars
32
First Seen
Jan 25, 2026