npx skills add ...
npx skills add github/copilot-cli-for-beginners --skill commit-message
npx skills add github/copilot-cli-for-beginners --skill commit-message
Generate conventional commit messages - use when creating commits, writing commit messages, or asking for git commit help
Generate commit messages following the Conventional Commits specification.
| Type | When to Use |
|---|---|
feat | New feature |
fix | Bug fix |
docs | Documentation only |
style | Formatting (no code change) |
refactor | Code change that neither fixes nor adds |
perf | Performance improvement |
test | Adding or updating tests |
chore | Maintenance tasks |
Simple:
With body: