Fix PR Comments Systematically address ALL unresolved review comments until PR is approved. Context - Current branch: ! - Working tree status: ! - Recent commits: ! Workflow 1. FETCH COMMENTS : - Identify PR: - Get reviews: - Get inline: - Capture BOTH review comments AND inline code comments - STOP if no PR found - ask user for PR number 2. ANALYZE & PLAN : - Extract exact file:line references - Group by file for MultiEdit efficiency - STAY IN SCOPE: NEVER fix unrelated issues - Create checklist: one item per comment 3. IMPLEMENT FIXES : - BEFORE editing: ALWAYS target file first - Batch cha…