commit-convention

Format commit messages using Conventional Commits type(scope): subject syntax.

Updated Apr 20, 2026
One-click install
npx skills add https://github.com/rivkode/reservation --skill commit-convention-rivkode
Or copy as Structured Prompt for Agentβ–Ό
Please help me install this Agent Skill.
Skill: commit-convention
Source: https://github.com/rivkode/reservation/tree/main/.claude/skills/commit-convention
Command: npx skills add https://github.com/rivkode/reservation --skill commit-convention-rivkode

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Git 컀밋을 μž‘μ„±ν•˜κ±°λ‚˜ μŠ€ν…Œμ΄μ§•ν•  λ•Œ λ°œμƒν•˜λŠ” λΆˆμΌμΉ˜μ™€ λˆ„λ½μ„ 쀄이고 μΌκ΄€λœ νžˆμŠ€ν† λ¦¬μ™€ λ³€κ²½ 둜그 관리λ₯Ό κ°€λŠ₯ν•˜κ²Œ ν•©λ‹ˆλ‹€.

Core Features & Use Cases

  • μ›μžμ  컀밋: ν•˜λ‚˜μ˜ 논리적 λ³€κ²½λ§Œ μ»€λ°‹ν•˜μ—¬ λ‘€λ°±κ³Ό 좔적을 λ‹¨μˆœν™”ν•©λ‹ˆλ‹€.
  • νƒ€μž…/μŠ€μ½”ν”„ λͺ…μ‹œ: λ³€κ²½μ˜ μ˜λ„μ™€ 도메인 경계λ₯Ό λͺ…ν™•νžˆ κΈ°λ‘ν•©λ‹ˆλ‹€.
  • λ°”λ”” κ·œμΉ™: ν•„μš” μ‹œ λ³€κ²½ μ΄μœ μ™€ μ„ΈλΆ€ 정보λ₯Ό 포함해 μ½”λ“œ 리뷰λ₯Ό μ΄‰μ§„ν•©λ‹ˆλ‹€.

Quick Start

Format your next commit as a single atomic change using Conventional Commits, with a clear subject and an optional body.

Frequently Asked Questions about commit-convention

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

FAQPage Schema
How do I format git commit messages using conventional commits?β–Ό

Format git commit messages using the type(scope): subject syntax to ensure a clean, atomic history. This standard applies to features, fixes, and docs, clarifying the change intent and domain boundaries for easier tracking and rollback.

What is an atomic commit and when do I need it in version control?β–Ό

An atomic commit includes a single logical change, simplifying rollback and tracking. You need atomic commits in version control to reduce inconsistencies and omissions, ensuring a clean project history and streamlined change log management.

How do I include breaking changes and linked issues in a commit message?β–Ό

Include breaking changes and linked issues in a commit message by using the correct footer. This ensures the project history records critical updates and issue resolutions accurately alongside the standard type(scope): subject syntax.

Does conventional commits work for all types of project changes?β–Ό

Conventional commits work for the majority of project changes including new features, fixes, and docs. By applying type(scope): subject syntax, it standardizes the change log and maintains consistent version-control history across different domains.

What's the best way to write a commit message body for code review?β–Ό

The best way to write a commit message body for code review is to include the change reason and detailed information when needed. This body rule complements the atomic commit and standard subject line, promoting clearer code reviews.