What problem does it solve? Addressing reviewer feedback scattered across many open pull requests is tedious and error-prone: you must find unresolved threads, check out each branch, apply fixes, and push without mixing up repositories or branches. This Skill automates the entire sweep by delegating one isolated worker per PR. ## Core Features & Use Cases - Actionable comment detection: Uses the GitHub CLI and GraphQL API to find review threads that are unresolved, authored by someone else, and newer than the PR's last commit, making repeated runs idempotent. - Parallel per-PR workers: Launches one subagent per actionable PR, each working in its own git worktree so branches and repositories never collide. - Classified fixes with audit trail: Each comment is classified as Apply, Skip (with reason), or Needs clarification, then committed, pushed, and rolled up into an aggregate report. - Use Case: You return from vacation to six open PRs with reviewer feedback. Run the sweep and get a report of which comments were fixed and pushed, which were skipped and why, and which need your input. ## Quick Start Ask the agent to go through all my open pull requests and address the unresolved reviewer comments on each one.