What problem does it solve? Writing consistent, meaningful commit messages is tedious and often results in vague history. This Skill analyzes your staged git changes and produces well-structured Conventional Commits messages in both Korean and English, saved to a file for easy copying. ## Core Features & Use Cases - Conventional Commits Compliance: Generates messages following the Conventional Commits v1.0.0 specification with proper types (feat, fix, docs, chore, etc.) and optional scopes. - Automatic Issue Linking: Detects issue numbers from branch names (e.g., develop/shlee/32) and appends "fix #N" footers automatically. - Purpose-Driven Messages: Enforces narrative-style bodies that explain why a change was made rather than listing technical modifications, with self-verification gates. - Use Case: After staging changes on a feature branch, invoke the Skill to receive a commit_message.md file containing both Korean and English message candidates with the suggested type and reasoning. ## Quick Start Generate a Conventional Commits message for my currently staged git changes and save it to commit_message.md.