git-commit-skill

Analyze Git changes and generate Korean Conventional Commits messages.

Updated Mar 20, 2026
One-click install
npx skills add https://github.com/JeffKM/pitch-ac --skill git-commit-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-commit-skill
Source: https://github.com/JeffKM/pitch-ac/tree/main/.claude/skills/git-commit
Command: npx skills add https://github.com/JeffKM/pitch-ac --skill git-commit-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Git 변경사항을 분석하여 컨벤셔널 커밋 형식에 맞는 한국어 커밋 메시지를 자동으로 생성합니다. 사용자가 커밋 메시지 작성, git commit, 변경사항 요약을 요청하거나 git diff 결과가 있을 때 사용하세요.

Core Features & Use Cases

  • 변경 사항을 분석하고 컨벤셔널 커밋 규칙에 맞춘 메시지 타입을 제안합니다 (feat, fix, docs 등).
  • 한국어로 간단하고 일관된 커밋 메시지를 자동으로 생성합니다.
  • 사용 예시: "커밋 메시지 만들어줘" 요청 시 즉시 커밋 메시지를 생성합니다.

Quick Start

변경 사항이 있을 때 한국어 컨벤셔널 커밋 메시지를 자동으로 생성하도록 지시합니다.

Frequently Asked Questions about git-commit-skill

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

FAQPage Schema
How do I generate Korean conventional commit messages automatically from git diff output?

To generate Korean conventional commit messages automatically, you can use a tool that analyzes your git diff output and proposes a commit type such as feat, fix, or docs to compose a formatted message.

What is the conventional commits format for writing Korean git commit messages?

The conventional commits format structures Korean git commit messages by prefixing a type like feat or fix, followed by a concise Korean description of the code changes, and an optional body for additional context.

How to decide the correct commit type like feat or fix when analyzing git changes?

To decide the correct commit type when analyzing git changes, the workflow detects modified files and evaluates the nature of the modifications to propose the most fitting conventional commits category for your message.

Can I use this commit message generation for any Git repository with modified files?

Yes, you can use this commit message generation for any Git repository with modified files, as it works by detecting modified files from your changes and composing a commit message without requiring specific dependencies.

Does this Korean commit message generator support adding a detailed body to the commit?

Yes, this Korean commit message generator supports adding a detailed body, composing the final message with an optional body section to provide further context alongside the standard conventional commits header.

Why should I use an automated tool instead of manually writing conventional commits in Korean?

Using an automated tool for conventional commits in Korean ensures simple and consistent messages across your repository, eliminating the guesswork of categorizing commit types and reducing manual formatting effort.