git-commit

Create conventional git commit messages with Japanese support and branch checks.

1|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/rito528/dotfiles --skill git-commit-rito528
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-commit
Source: https://github.com/rito528/dotfiles/tree/main/config/agents/skills/git-commit
Command: npx skills add https://github.com/rito528/dotfiles --skill git-commit-rito528

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The git-commit skill solves the issue of writing effective, standardized commit messages while adhering to project-specific rules, simplifying the git commit process for teams and individuals.

Core Features & Use Cases

  • Conventional Committing: Enforces writing commit messages in the conventional style, promoting readability and consistency.
  • Japanese Support: Allows the use of Japanese language in commit messages to improve usability for local teams.
  • Branch Checking: Ensures the current branch is ready for committing by performing a pre-check.
  • Co-Authoring: Automates Co-Author tag insertion based on the executing tool for clear attributions.
  • Use Case: This skill can be invoked by AI agents when they are ready to commit changes, ensuring all the rules and guidelines are followed automatically.

Quick Start

Run the commit command through the skill to apply project rules to your git commit.

Frequently Asked Questions about git-commit

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

FAQPage Schema
How do I automate conventional commit message formatting with an AI agent?

Automating conventional commit messages uses an AI agent to enforce project rules before committing. This skill verifies branch readiness and generates standardized messages automatically.

Can I write git commit messages in Japanese for local development teams?

Writing git commit messages in Japanese is supported to improve usability for local teams. The generated messages maintain conventional guidelines while using Japanese text.

What is the best way to ensure my current branch is ready before committing?

The best way to ensure branch readiness before committing is performing an automated pre-check. This skill verifies the current branch state to prevent invalid commits.

How do I automatically insert Co-Author tags when managing git commits?

Inserting Co-Author tags during git commit management is automated based on the executing tool. This ensures clear attribution without manual metadata entry.

Does this git commit automation work without external dependencies?

This git commit automation works without external dependencies. It operates using internal scripts to apply project rules and conventional guidelines directly.