conventional-commit
✓Generates git commit messages following Conventional Commits 1.0.0 specification with semantic types (feat, fix, etc.), optional scope, and breaking change annotations. Use when committing code changes or creating commit messages.
Installation
SKILL.md
DO NOT: Modify code, push (unless asked), create branches, amend without request
| New feature | feat | MINOR | | Bug fix | fix | PATCH | | Performance improvement | perf | PATCH | | Code restructuring (no behavior change) | refactor | - | | Code style/formatting (no logic change) | style | - | | Adding/updating tests | test | - | | Documentation only | docs | - | | Build system/dependencies | build | - | | CI/CD configuration | ci | - |
| Reverts a previous commit | revert | - | | Other maintenance tasks | chore | - |
Generates git commit messages following Conventional Commits 1.0.0 specification with semantic types (feat, fix, etc.), optional scope, and breaking change annotations. Use when committing code changes or creating commit messages. Source: trancong12102/agentskills.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/trancong12102/agentskills --skill conventional-commit- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is conventional-commit?
Generates git commit messages following Conventional Commits 1.0.0 specification with semantic types (feat, fix, etc.), optional scope, and breaking change annotations. Use when committing code changes or creating commit messages. Source: trancong12102/agentskills.
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/trancong12102/agentskills --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/trancong12102/agentskills
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01