Arguments [optional: PR number or current PR] Resolve all PR comments using parallel processing. Claude Code automatically detects and understands your git context: - Current branch detection - Associated PR context - All PR comments and review threads - Can work with any PR by specifying the PR number, or ask it. Workflow 1. Analyze Get all unresolved comments for PR 2. Plan Create a TodoWrite list of all unresolved items grouped by type. 3. Implement (PARALLEL) Spawn a pr-comment-resolver agent for each unresolved item in parallel. So if there are 3 comments, it will spawn 3 pr-comment-reso…