gcm

Installation
SKILL.md

Generate Git Commit Message

Overview

This skill analyzes the current git staged changes and generates an appropriate English commit message. It follows Conventional Commits format and provides clear, informative commit messages that accurately reflect the nature of the changes.

Workflow

1. Analyze Current State

First, check the current git status and staged changes.

# Check current state
git status

# Analyze staged changes
git diff --cached
Related skills

More from takuan-osho/ccmarketplace

Installs
13
First Seen
Jan 24, 2026