commit-messages
✓Generate clear, conventional commit messages from git diffs. Use when writing commit messages, reviewing staged changes, or preparing releases.
Installation
SKILL.md
Generate consistent, informative commit messages following the Conventional Commits specification.
| feat | New feature | feat(auth): add OAuth2 login | | fix | Bug fix | fix(api): handle null response | | docs | Documentation only | docs(readme): add setup instructions | | style | Formatting, no code change | style: fix indentation | | refactor | Code change, no new feature/fix | refactor(db): extract query builder |
| perf | Performance improvement | perf(search): add result caching | | test | Adding/fixing tests | test(auth): add login unit tests | | build | Build system changes | build: update webpack config | | ci | CI configuration | ci: add GitHub Actions workflow | | chore | Maintenance tasks | chore(deps): update dependencies |
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/thedecipherist/claude-code-mastery --skill commit-messages- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is commit-messages?
Generate clear, conventional commit messages from git diffs. Use when writing commit messages, reviewing staged changes, or preparing releases. Source: thedecipherist/claude-code-mastery.
How do I install commit-messages?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/thedecipherist/claude-code-mastery --skill commit-messages Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/thedecipherist/claude-code-mastery
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01