Merge Merge branches intelligently by understanding feature context and resolving conflicts efficiently. Context - Current branch: ! - Working tree status: ! - Target branch: $1 - Recent commits: ! Workflow 1. CONTEXT GATHERING : - to identify current branch - to ensure clean working tree - CRITICAL : Abort if uncommitted changes exist 2. FEATURE ANALYSIS : - Search PR with - Get PR details with - Use Task agents to gather context from PR/issue descriptions 3. MERGE ATTEMPT : - - - Check status with 4. CONFLICT DETECTION : - Clean merge: with descriptive message - Conflicts: Parse 5. SMART RE…