commit

Create git commit messages with conventional type prefixes and structured bodies.

6|2|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/nikuscs/olx-tracker --skill commit-nikuscs
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: commit
Source: https://github.com/nikuscs/olx-tracker/tree/main/.claude/skills/commit
Command: npx skills add https://github.com/nikuscs/olx-tracker --skill commit-nikuscs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create a git commit message that follows project conventions to ensure consistency and clarity in version history.

Core Features & Use Cases

  • Enforces conventional commit types (feat, fix, docs, refactor, chore)
  • Guides concise subjects and structured body text for better reviewability
  • Supports automation-friendly formatting and changelog compatibility

Quick Start

Draft a conventional commit message that uses an appropriate type prefix and a concise subject.

Frequently Asked Questions about commit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I write a conventional commit message for git?▼

To write a conventional commit message, use an appropriate type prefix like feat, fix, docs, refactor, or chore, followed by a concise subject line and a structured body. This ensures version history consistency and clarity for code reviews.

What is the correct format for a git commit subject line?▼

The correct git commit subject line is concise and directly follows the change-type prefix. Using a structured subject line improves reviewability and ensures the commit message adheres to project conventions for automation-friendly formatting.

How do I create changelog-compatible git commit messages?▼

You create changelog-compatible git commit messages by enforcing conventional change-type prefixes and structured body text. This automation-friendly formatting supports changelog generation and maintains clarity across collaborative repositories.

Can I use conventional commits in CI workflows?▼

Yes, conventional commits work in CI workflows by enforcing change-type prefixes and structured bodies that support automation-friendly formatting. This ensures consistent version history and changelog compatibility across collaborative repositories.

What are the standard conventional commit type prefixes?▼

The standard conventional commit type prefixes include feat, fix, docs, refactor, and chore. Using these prefixes enforces change-type classification and ensures your git commit messages follow project conventions for better reviewability.