create-commit

Generate Conventional Commits with Japanese subject and body from diffs.

1|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/taiga-K/awesome-backend-template --skill create-commit-taiga-k
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-commit
Source: https://github.com/taiga-K/awesome-backend-template/tree/main/.cursor/skills/create-commit
Command: npx skills add https://github.com/taiga-K/awesome-backend-template --skill create-commit-taiga-k

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Conventional Commitsの形式で、日本語の件名と本文を含むコミットメッセージを自動生成します。スコープ必須要件を満たし、git diffを用いた最小単位のコミット作成を支援します。

Core Features & Use Cases

  • Conventional Commit 生成: スコープ必須、件名・本文を日本語で整形したコミットを作成します。
  • Diff Analysis & Minimal Commits: git diffを解析して論理的に小さな単位でコミットします。
  • 使用シナリオ: コミット作成時、メッセージ執筆時、またはコミット作成要請時に適用します。

Quick Start

差分を提供すると、このスキルが日本語の件名と本文を含むConventional Commitを生成します。

Frequently Asked Questions about create-commit

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

FAQPage Schema
How do I generate conventional commit messages in Japanese from git diffs?

You can generate Japanese conventional commit messages by providing your git diff to an automation tool that parses the changes and outputs a formatted subject and body with scope. This skill analyzes diffs and applies conventional commit formatting with Japanese text.

What is the best way to automate minimal commit creation using diff analysis?

Automating minimal commit creation requires parsing the git diff to identify logically small units of change. This skill analyzes your diffs and generates scoped conventional commit messages to enforce smaller, focused commits.

Does conventional commits formatting require a scope for every commit message?

Conventional commits formatting does not strictly require a scope globally, but this skill enforces a mandatory scope. It ensures every generated Japanese commit message includes a scope to meet specific project requirements.

Can I use git diff analysis to split large changes into smaller logical commits?

Yes, git diff analysis can identify logically small units of change within a larger diff. This skill processes the provided diff to support minimal commit creation, generating appropriate Japanese conventional commit messages for each unit.

When do I need conventional commits with Japanese subject and body text?

You need Japanese conventional commits when your project mandates Japanese documentation and strict conventional commit formatting. This skill is designed for git workflows requiring scoped commits with Japanese subject and body text.