Git Commit Helper

Group related changes into logical units with conventional commit messages.

Updated Dec 21, 2025
One-click install
npx skills add https://github.com/MALLLAG/crypto-quant --skill git-commit-helper-malllag
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Git Commit Helper
Source: https://github.com/MALLLAG/crypto-quant/tree/main/.claude/skills/git-commit-helper
Command: npx skills add https://github.com/MALLLAG/crypto-quant --skill git-commit-helper-malllag

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Large, unfocused commits make it hard to track changes. This skill helps group changes into logical units and produce independent, well-named commits.

Core Features & Use Cases

  • Change Grouping: Cluster related changes into a single logical unit (feature, bugfix, refactor, docs).
  • Conventional Messages: Generate commit messages using the conventional format (type(scope): description).
  • Verification: Validate commit structure with a final git log review.

Quick Start

예: "현재 변경사항을 스캔하고 논리적으로 묶어 하나의 커밋으로 만들어 주세요: feat(auth): 로그인 기능 추가"