--- name: pr-workflow description: Comprehensive knowledge for creating, managing, and merging pull requests with Jira integration, following best practices for code review, deployment, and team collaboration version: 1.0.0 trigger_phrases: [create PR, pull request, merge changes, git workflow, review request] categories: [git, pr, workflow, deployment, code-review] author: Claude Orchestration created: 2025-12-17 updated: 2025-12-17 --- # PR Workflow Skill Guidance for creating, managing, and merging PRs with Jira integration and deployment best practices. ## Branch Naming Format: `/-` **Types:** feature, bugfix, hotfix, refactor, docs, test, chore, perf **Rules:** lowercase, hyphens, max 50 chars, include Jira key Example: `feature/LOBBI-1234-member-dashboard` ## Commit Messages **Format:** ``` ():