review-comments
Review Comments
Pull PR review comments and feedback, understand the reviewer's intent, implement fixes, and push updates. The goal is to resolve all actionable feedback in a single pass so the PR can move forward.
Paths. Commands below name files inside this skill's own directory as ${CLAUDE_SKILL_DIR}/…. Claude Code fills that in. On any other harness, set CLAUDE_SKILL_DIR to the absolute directory that contains this SKILL.md before running them. If you cannot, stop and report skill_dir_unresolved.
Input
If $ARGUMENTS provides a PR number, use it. Otherwise, detect the current PR:
PR_NUMBER=$(gh pr view --json number --jq '.number' 2>/dev/null)
If no PR is found, ask the user for the PR number.
Step 0: Read the rules
Read ${CLAUDE_SKILL_DIR}/assets/references/resolving-review-findings.md before triaging anything, and follow it for every comment. It owns verification, classification (valid, invalid, already-fixed, pre-existing/out-of-scope, needs-decision), diff scope, reply wording and escalation. This skill keeps only the GitHub mechanics and the per-reviewer round policy below.