What problem does it solve? Reviewing and acting on GitHub PR feedback is tedious: comments arrive scattered across review threads, and deciding what to fix, defer, or decline requires manual triage. This Skill downloads PR feedback into a structured report, proposes a disposition plan for every item, and executes approved fixes with proper thread resolution. ## Core Features & Use Cases - Feedback Download: Pull one PR's feedback or an entire Graphite stack's feedback into a Markdown report via ns address exec download-feedback or the /pr:download-feedback command. - Disposition Planning: Every feedback item is categorized as primary batch, split-out, decline, or defer, with human approval required before any edits or GitHub mutations. - Thread Resolution: Reply to and resolve review threads individually or in bulk using reply-review-thread, resolve-review-thread, and close-review-threads primitives instead of raw GraphQL. - Use Case: After reviewers comment on your PR, download the feedback, review the proposed disposition plan, approve it, and let the agent apply mechanical fixes, validate, commit, and close the addressed threads in one bounded pass. ## Quick Start Ask the agent to download the feedback for PR number 42 and propose a disposition plan for each review comment.