commit-conventions

Installation
SKILL.md

Commit Message Conventions

Writing clear and consistent commit messages is essential for maintaining an understandable and traceable code history. Follow the Conventional Commits format.

Commit Message Structure

<type>[scope]: <short description>

[optional body]

[optional footer]

Components

<type> (required) - The type of change:

Installs
3
GitHub Stars
4
First Seen
Mar 1, 2026
commit-conventions — devbyray/github-copilot-starter