Systematically resolve all comments and issues in the current PR
Resolve all unresolved comments in the current PR systematically. Focus areas (if specified): #$ARGUMENTS ## Phase 1: Discover All Comments Use these tested GitHub API patterns to get complete comment data: ## Phase 2: Classify and Prioritize Classify comments by urgency using this pattern: Filter for unresolved comments: ## Phase 3: Plan Resolution Using TodoWrite, create a resolution plan prioritized by urgency (HIGH → MEDIUM → LOW). ### Consider Parallel Processing Use parallel resolution when: - Multiple comments exist in different files - Comments request independent ch...