What problem does it solve? When an agent fixes code based on PR review feedback, reviewers cannot tell which comments were addressed unless each thread gets an individual reply. This Skill makes resolutions traceable by posting specific replies on every review thread after fixes are committed and pushed. ## Core Features & Use Cases - Thread-by-thread replies: Reads review comments via the GitHub MCP tool or gh api, then posts an individual reply to each top-level comment referencing the commit SHA and what changed. - Optional thread resolution: Resolves agent-to-agent threads (e.g., Copilot reviews) via the GitHub GraphQL API while leaving human reviewer threads open for confirmation. - Traceable commit messages: Formats commit messages that reference the PR number and individual comment IDs. - Use Case: After Copilot flags three issues on a PR, the agent fixes each one, commits with comment references, replies to all three threads with the fix details, and resolves the automated threads. ## Quick Start Ask the agent to read the review comments on your pull request, fix the flagged issues, and reply to each review thread explaining what was changed.