commit-messages

Generate commit messages following conventional prefixes and formatting rules.

16|1|Updated Jan 2, 2026
One-click install
npx skills add https://github.com/michalvavra/agents --skill commit-messages-michalvavra
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: commit-messages
Source: https://github.com/michalvavra/agents/tree/main/skills/commit-messages
Command: npx skills add https://github.com/michalvavra/agents --skill commit-messages-michalvavra

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps writers craft clear commit messages and change descriptions following established conventions.

Core Features & Use Cases

  • Subject line rules & body guidelines: Imperative mood, 50-char subject, wrap body at 72 chars.
  • Common prefixes: Support for prefixes like feat:, fix:, docs: to align with repo conventions.
  • Templates & examples: Ready-to-use templates and best practices to structure commits.

Quick Start

Create a well-formed commit message such as "feat: Add user login" and commit with git commit -m "<message>".