commit

Automate convention-based git commits with Korean style rules.

2|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/9keyyyy/extreme-challenge-with-claude --skill commit-9keyyyy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: commit
Source: https://github.com/9keyyyy/extreme-challenge-with-claude/tree/main/.agents/skills/commit
Command: npx skills add https://github.com/9keyyyy/extreme-challenge-with-claude --skill commit-9keyyyy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The skill simplifies the process of making commits by enforcing a project-wide convention, reducing ambiguity and review time.

Core Features & Use Cases

  • Enforces a structured commit format (type: subject) and optional details.
  • Detects the base branch and guides commit strategy to align with workflows.
  • Provides language-specific rules (한국어) for subject/body formatting and consistent grouping.

Quick Start

Give a commit request to produce a compliant message.

Frequently Asked Questions about commit

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

FAQPage Schema
How do I automate git commit messages to follow conventional commit formats?

Automating git commit messages involves running git status, diff, and add commands to generate convention-compliant messages. This skill automatically formats the commit type and subject, enforcing punctuation rules and length limits to produce structured, review-ready commit logs.

What is the conventional commit format for structuring git workflow messages?

The conventional commit format structures messages using a 'type: subject' pattern with optional detailed body explanations. This standardization enforces specific subject length and punctuation rules, ensuring consistent grouping and reducing ambiguity during code review across various branch contexts.

How do I write conventional commit messages in Korean for my git workflow?

Writing conventional commit messages in Korean requires applying language-specific rules for subject and body formatting. This skill provides a Korean commit style guide that enforces local-branch base-detection and consistent grouping to align with project workflow conventions.

Does branch detection affect how git commits are grouped and formatted?

Yes, branch detection affects git commit formatting by identifying the local-branch base to guide your commit strategy. This mechanism aligns commits with your workflow, ensuring convention-based messages are properly grouped and formatted for the specific branch context.

What is the best way to standardize commits across a development team?

The best way to standardize commits is enforcing a project-wide convention using automation to handle git commands. This reduces ambiguity and review time by generating structured 'type: subject' messages with detailed explanations and consistent grouping guidance.

Why does my conventional commit message fail subject length or punctuation rules?

Conventional commit messages fail subject length or punctuation rules when they exceed enforced character limits or use incorrect punctuation. Automating the commit process ensures compliance by validating the 'type: subject' format and applying language-specific formatting rules before committing.