copilot-commit-style
Installation
SKILL.md
Copilot Commit Style Instructions
This skill provides the mandatory rules for formatting git commit messages according to the project's Conventional Commits specification.
Commit Message Format
Every commit message MUST follow this exact format:
<emoji> <type>(<scope>): <description>
[optional body]
[optional footer(s)]