conventional-commit
✓Conventional Commits v1.0.0 standards for git messages. Use when (1) creating git commits, (2) writing or drafting commit messages, (3) reviewing commit message format, (4) explaining commit conventions, or (5) validating commit message compliance.
Installation
SKILL.md
| feat | New feature | MINOR | | fix | Bug fix | PATCH | | docs | Documentation only | - | | style | Formatting, whitespace | - | | refactor | Neither fix nor feature | - | | perf | Performance improvement | - | | test | Adding or updating tests | - | | build | Build system or dependencies | - | | ci | CI configuration | - | | chore | Maintenance tasks | - |
Use imperative mood: "add feature" not "added feature". Keep under 50 characters. No period. Lowercase after type prefix.
Wrap at 72 characters. Explain what and why, not how.
Conventional Commits v1.0.0 standards for git messages. Use when (1) creating git commits, (2) writing or drafting commit messages, (3) reviewing commit message format, (4) explaining commit conventions, or (5) validating commit message compliance. Source: jkappers/agent-skills.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/jkappers/agent-skills --skill conventional-commit- Source
- jkappers/agent-skills
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is conventional-commit?
Conventional Commits v1.0.0 standards for git messages. Use when (1) creating git commits, (2) writing or drafting commit messages, (3) reviewing commit message format, (4) explaining commit conventions, or (5) validating commit message compliance. Source: jkappers/agent-skills.
How do I install conventional-commit?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/jkappers/agent-skills --skill conventional-commit 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/jkappers/agent-skills
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01