resolve-pr-feedback
Installation
SKILL.md
Resolve PR Feedback
Fetch unresolved PR threads -> triage -> fix -> reply -> resolve.
Use /agent-watchdog when picking up feedback after another agent, cloud review, Copilot review, or a prior session claimed completion. Watchdog first verifies the original ask, unresolved threads, CI, and final claims before this skill fixes anything.
Input
$ARGUMENTS: empty (detect from branch), PR number (123), or PR URL.
Workflow
1. Detect PR
gh pr view --json number -q .number or use $ARGUMENTS. No PR found -> stop.
2. Fetch Feedback
Three sources: inline review threads (GraphQL reviewThreads), top-level comments (gh pr view --json comments), review bodies (gh pr view --json reviews). See REFERENCE.md for queries.