PR Review Comment Responder
Systematically address all unresolved review comments on a GitHub PR.
Setup Check
- Run
gh auth status— if not authenticated, output:
and stop.⚠️ gh CLI not authenticated. Run: gh auth login - If
--prargument is provided, use that PR number. Otherwise run:gh pr list --state open --reviewer @me --json number,title,reviewDecisionand pick the PR with unresolved comments.
Step 1: Collect Comments
gh pr view <PR_N
[Description truncada. Veja o README completo no GitHub.]