commit

Generate and execute emoji-prefixed Japanese commit messages from git diffs.

Updated Jul 10, 2025
One-click install
npx skills add https://github.com/junkisai/dotfiles --skill commit-junkisai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: commit
Source: https://github.com/junkisai/dotfiles/tree/main/.claude/skills/commit
Command: npx skills add https://github.com/junkisai/dotfiles --skill commit-junkisai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Git コミットを自動生成し、日本語の絵文字プレフィックスで表現されたメッセージを作成・実行することで、変更履歴の記録を一貫性のあるものにします。

Core Features & Use Cases

  • 変更内容を分析して絵文字プレフィックス付きの日本語コミットメッセージを自動生成します
  • 変更のステージングは慎重に行い、機密ファイルを除外します
  • 生成したメッセージでコミットを実行し、履歴を明確化します

Quick Start

現在の作業ディレクトリの変更を、絵文字付きの日本語コミットメッセージを生成してコミットしてください。

Frequently Asked Questions about commit

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

FAQPage Schema
How do I automatically generate Japanese git commit messages with emoji prefixes?

To automatically generate Japanese git commit messages with emoji prefixes, this Skill analyzes your staged changes and diffs to create descriptive, consistently formatted commit messages. It reads git status and executes the commit with safety guardrails.

What is the best way to automate git commits with emoji prefixes in Japanese?

The best way to automate git commits with emoji prefixes in Japanese is using a Skill that analyzes your code diffs and selectively stages changes. It generates consistent emoji-prefixed messages while preventing sensitive data from being committed.

Can I selectively stage git changes before generating an automated commit message?

Yes, you can selectively stage git changes before generating an automated commit message. This Skill carefully stages modifications by inspecting diffs and applying safety guardrails to exclude sensitive files from the final commit.

Does automated git commit generation protect against committing sensitive files?

Automated git commit generation protects against committing sensitive files by implementing safety guardrails during the staging process. It inspects git status and diffs to carefully stage only appropriate changes for the final commit.

How does analyzing git diffs improve automated commit message generation?

Analyzing git diffs improves automated commit message generation by evaluating the actual code changes to produce descriptive, context-aware messages. This ensures the resulting emoji-prefixed Japanese commits accurately reflect the development workflow updates.

Why should I use emoji prefixes for Japanese git commit messages?

You should use emoji prefixes for Japanese git commit messages to maintain a consistently formatted and visually clear change history. This approach standardizes commit records, making it easier to track typical software development workflow updates.