What problem does it solve? When an agent fixes code based on PR review feedback, reviewers cannot tell which comments were addressed because the fixes happen silently. This Skill ensures every review thread gets an individual, traceable reply linking the comment to the actual fix. ## Core Features & Use Cases - Thread-by-thread replies: Reads review comments via the GitHub MCP tool or gh api, then posts a specific 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 commits that reference the PR number and individual comment IDs for full feedback-to-fix traceability. - Use Case: After Copilot flags three issues on a pull request, the agent fixes each one, pushes a commit referencing all three comment IDs, replies individually to each thread explaining the change, and resolves the automated threads. ## Quick Start Ask the agent to read the review comments on your pull request, fix each issue, and reply to every review thread explaining what was changed.