conventional-commits
✓Standardized commit message format following Conventional Commits specification. Use this skill when creating commits, reviewing commit history, or generating changelogs.
Installation
SKILL.md
Standardized commit message format for readable history and automated changelogs.
| feat | New feature | Added | | fix | Bug fix | Fixed | | docs | Documentation only | - | | style | Formatting, no code change | - | | refactor | Code change, no feature/fix | Changed | | perf | Performance improvement | Changed | | test | Adding/updating tests | - | | chore | Build, deps, config | - | | ci | CI/CD changes | - |
| feat(x): add Y | Added: Y | | fix(x): resolve Z | Fixed: Z | | refactor(x): improve W | Changed: W | | feat!: breaking | BREAKING: ... |
Standardized commit message format following Conventional Commits specification. Use this skill when creating commits, reviewing commit history, or generating changelogs. Source: ladderchaos/tora-skills.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/ladderchaos/tora-skills --skill conventional-commits- Source
- ladderchaos/tora-skills
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is conventional-commits?
Standardized commit message format following Conventional Commits specification. Use this skill when creating commits, reviewing commit history, or generating changelogs. Source: ladderchaos/tora-skills.
How do I install conventional-commits?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/ladderchaos/tora-skills --skill conventional-commits 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/ladderchaos/tora-skills
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01