Generate conventional commit message from staged changes and commit
/plugin marketplace add minukHwang/claude-plugins/plugin install git@minukHwang-plugins# Git Commit with Conventional Commits Analyze staged changes and generate a conventional commit message in English. ## Step 0: Load Workflow Configuration (Optional) If exists, extract: - `jira.enabled` - Whether Jira integration is active - `jira.includeInCommit` - Include issue key in commit message ## Step 0.5: 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 -...