pr-comment-fix
Installation
SKILL.md
PR Comment Fix Workflow
Checkout a PR branch, fetch unresolved review comments, fix each one, commit, reply, resolve, and push — all in one pass.
Prerequisites
Before starting, verify gh is authenticated:
gh auth status
If it fails, stop and tell the user to run gh auth login.
Step 1: Identify the PR
Determine the target PR from the user's message. They might give you a PR number (#142), a branch name (feature/new-parser), or a URL. Normalize to a PR number early: