Install and manage git hooks for Jira smart commit integration
/plugin marketplace add Lobbi-Docs/claude/plugin install jira-orchestrator@claude-orchestration# Install Git Hooks Manage git hooks for Jira smart commit integration. Provides automatic issue key prepending, smart commit validation, and Jira synchronization. ## Prerequisites - Git repository initialized - Jira orchestrator configured - Bash shell (Git Bash on Windows) - jq command-line JSON processor (for post-commit hook) ## Hook Overview | Hook | Purpose | When It Runs | |------|---------|--------------| | **prepare-commit-msg** | Auto-prepend issue key from branch name | Before commit message editor | | **commit-msg** | Validate smart commit syntax | After commit message save...