·commit-messages
</>

commit-messages

WHEN writing git/conventional commits; NOT for PR text; returns concise, why-first commit lines with proper type/scope.

7Installs·0Trend·@mintuz

Installation

$npx skills add https://github.com/mintuz/claude-plugins --skill commit-messages

How to Install commit-messages

Quickly install commit-messages AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/mintuz/claude-plugins --skill commit-messages
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: mintuz/claude-plugins.

SKILL.md

View raw

Use this skill to generate clear, conventional commit messages that explain the "why" not just the "what". Follow this guide when writing commit messages or helping users structure their commits.

| feat | New feature for the user | feat(auth): add password reset flow | | fix | Bug fix for the user | fix(cart): correct quantity calc | | docs | Documentation only changes | docs: update API examples | | style | Formatting, white-space (not CSS) | style: format with biome |

| refactor | Code change that neither fixes nor adds | refactor: extract validation utils | | perf | Performance improvement | perf: memoize expensive calculation | | test | Adding or updating tests | test: add auth integration tests | | build | Build system or dependencies | build: upgrade to node 22 |

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/mintuz/claude-plugins --skill commit-messages
Category
</>Dev Tools
Verified
First Seen
2026-02-22
Updated
2026-03-10

Browse more skills from mintuz/claude-plugins

Quick answers

What is commit-messages?

WHEN writing git/conventional commits; NOT for PR text; returns concise, why-first commit lines with proper type/scope. Source: mintuz/claude-plugins.

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/mintuz/claude-plugins --skill commit-messages Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/mintuz/claude-plugins