resolve-pr-comments

Installation
SKILL.md

Resolve PR Comments

Analyze unresolved PR review comments, fix valid concerns, and draft responses for comments that do not require code changes.

When explicitly invoked with extra text, treat that text as the PR number or URL. If no PR reference is provided, infer it from the current branch.

Process

  1. Preferred execution

    • If subagents are available, use github-dev:pr-comment-resolver and pass the PR reference.
    • Otherwise follow the manual steps below.
  2. Fetch unresolved comments

    • If a PR number or URL is provided, use it directly.
    • Otherwise auto-detect the PR from the current branch with gh pr view --json number,headRefName.
    • Fetch inline comments with gh api repos/{owner}/{repo}/pulls/{number}/comments.
    • Fetch review-level comments with gh pr view <number> --json reviews,comments.
Related skills
Installs
11
GitHub Stars
682
First Seen
Apr 10, 2026