What problem does it solve?
This Skill analyzes staged Git changes and generates five commit message candidates to streamline your commit history and maintain consistency across the project.
Core Features & Use Cases
- Automated message generation: Produces five messages from the current staged diff.
- Type control: If you provide a type, all candidates adopt that type; otherwise, an appropriate type is chosen (feat, fix, refactor, build, docs, style, test, chore).
- Output format and constraints: Each message follows the pattern {type}: {description}, one per line, without numbers or additional formatting, and messages are produced in Korean.
- Use Case: When preparing commits after a set of changes, run this skill to quickly draft consistent messages for review.
Quick Start
Run the skill to generate five commit messages from your current staged changes. If you want to lock a specific type, provide it as an argument, e.g., "make-commit-msg feat".