Generate conventional commit message (light mode - git diff only, saves tokens)
/plugin marketplace add minukHwang/claude-plugins/plugin install git@minukHwang-plugins# Git Commit - Light Mode Analyze staged changes using git diff only and generate a conventional commit message. This is the light version that saves tokens by skipping file content reading and conversation context analysis. ## Step 0: Detect Project Commit Rules Automatically search for commitlint configuration (no user prompt): Also check `package.json` for a `commitlint` field. ### If config found: - Read the configuration file - Extract rules: allowed types, character limits, emoji requirements - **MERGE** with plugin defaults: - Use THEIR: types, character limits (must pass va...