Generate commit message templates from Jira issue context for conventional commits
/plugin marketplace add Lobbi-Docs/claude/plugin install jira-orchestrator@claude-orchestration# Commit Template Generator This command generates conventional commit message templates from Jira issue context, with support for smart commit commands and automatic time estimation. ## Prerequisites - Atlassian Cloud access configured - Git repository with Jira-linked branches - Valid Jira issue key (from branch or argument) ## Workflow Overview ## Execution Steps ### Step 1: Detect Issue Key If no issue key provided, auto-detect from current git branch: **Branch Parsing Rules:** - Extract issue key using pattern: `[A-Z]+-\d+` (case insensitive) - Support common branch naming ...