·conventional-commit
</>

conventional-commit

trancong12102/agentskills

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.

57Installs·0Trend·@trancong12102

Installation

$npx skills add https://github.com/trancong12102/agentskills --skill conventional-commit

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.

View raw

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