Research Branch Merge Overview Handles the complete workflow for processing research branches created during Claude Code Web sessions: 1. Detect research branches 2. Preview content for user approval 3. Squash-merge to main branch 4. Move docs to standardized location 5. Create GitHub issue from findings 6. Clean up remote branch Trigger: Called by skill when research branches detected, or directly via . User Interaction Pattern ALWAYS use AskUserQuestion for merge decisions: Processing Workflow Step 1: Detect Research Branches Use the utility: Step 2: Preview Content For each branch, show a…