conventional-commit

Installation
SKILL.md

Conventional Commit Messages

Follow these conventions when creating commits.

Prerequisites

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

# Check current branch
git branch --show-current

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

# Create and switch to a new branch
git checkout -b <type>/<short-description>
Installs
840
GitHub Stars
12
First Seen
Jan 31, 2026
conventional-commit — marcelorodrigo/agent-skills