What problem does it solve? Review feedback on a pull request often stalls merges because threads stay open, fixes lack structure, and reviewer objections reveal undocumented reasoning. This Skill turns each review comment into a tracked, committed fix and closes resolved threads so the PR can merge. ## Core Features & Use Cases - One commit per feedback item: Each review comment gets its own commit, keeping the fix history clean and reviewable. - Documentation-gap handling: When an objection stems from missing context, the reasoning is captured in code, tests, or package docs rather than only in the PR thread. - Thread resolution via GraphQL: The bundled script lists unresolved review threads on a GitHub PR and resolves them by ID, since the gh CLI has no native subcommand for this. - Use Case: A reviewer leaves five comments on your PR. You address each in its own commit, reply with evidence where no change is needed, then run the script to list and resolve the addressed threads before merging. ## Quick Start Address each review comment on my open GitHub PR with one commit per item, then list and resolve the threads that are fixed.