Resolve all PR comments using parallel processing
Resolve all PR comments in parallel using multiple agents to speed up review responses. Use when you need to quickly address multiple review comments on a PR.
/plugin marketplace add EveryInc/compound-engineering-plugin/plugin install compound-engineering@every-marketplace[optional: PR number or current PR]Resolve all PR comments using parallel processing.
Claude Code automatically detects and understands your git context:
Get all unresolved comments for PR
gh pr status
bin/get-pr-comments PR_NUMBER
Create a TodoWrite list of all unresolved items grouped by type.
Spawn a pr-comment-resolver agent for each unresolved item in parallel.
So if there are 3 comments, it will spawn 3 pr-comment-resolver agents in parallel. liek this
Always run all in parallel subagents/Tasks for each Todo item.
Last, check bin/get-pr-comments PR_NUMBER again to see if all comments are resolved. They should be, if not, repeat the process from 1.