What problem does it solve? Responding to pull request review feedback requires manually reading scattered inline and general comments, making fixes, and linking commits back to reviewers. This Skill automates that loop so no comment is missed and every fix is traceable. ## Core Features & Use Cases - Comment Retrieval: Fetches both general PR comments via gh pr view and inline review comments via the GitHub API. - Guided Fix Workflow: Analyzes each comment, proposes an approach, makes code edits, and commits per fix after user confirmation. - Traceable Replies: Builds a commit link in the format https://github.com/{owner}/{repo}/pull/{PR}/changes/{commit_hash} and includes it in the reply to each review comment. - Use Case: A reviewer leaves five inline comments on your PR. Ask the Skill to address the feedback, and it walks through each comment, applies the agreed fixes, commits them individually, and replies with commit links. ## Quick Start Check the review comments on my current PR and help me address each one with fixes and replies.