pull-request-feedback-loop

Installation
SKILL.md

Pull Request Feedback Loop

PR feedback is a queue of review obligations, not a pile of comments. Use this skill when a user asks you to address PR comments, requested changes, failed checks tied to review feedback, or stale review threads.

When to Use

  • A PR has unresolved review comments or requested changes
  • The user asks you to "address review feedback" or "fix PR comments"
  • You need to reconcile code changes, replies, and verification

Do not use this for ordinary local refactors with no review thread.

Process

  1. Identify the PR.

    • Prefer the PR number or URL from the user.
    • If missing, run gh pr status or gh pr view --json number,url,headRefName.
  2. Fetch review context.

Related skills
Installs
4
GitHub Stars
61
First Seen
Apr 27, 2026