github-awesome-copilot-git-commit
Installation
SKILL.md
Supported tasks
Commit generation
- Generate Conventional Commit messages from Git diffs
- Analyze the current working tree using
git diff - Generate commit messages from staged changes using
git diff --cached - Infer the best commit type from the actual intent of the change
- Recommend an appropriate scope when it improves clarity
- Write concise subjects in the imperative mood (≤72 characters)
- Generate optional commit bodies explaining what changed and why
- Generate footers for issue references and breaking changes