pr-respond

Resolve GitHub pull request review comments with verified code changes.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/CasaPerks/casaflow --skill pr-respond-casaperks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-respond
Source: https://github.com/CasaPerks/casaflow/tree/main/core/skills/pr-respond
Command: npx skills add https://github.com/CasaPerks/casaflow --skill pr-respond-casaperks

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It turns unresolved GitHub pull request review comments into verified code changes, followed by the required replies and thread resolutions so your PR stops stalling.

Core Features & Use Cases

  • PR comment triage: Categorizes feedback into actionable fixes, false positives, clarification requests, and intentionally-resolved outcomes.
  • Spec-driven fix pipeline: Fetches unresolved threads, reads the referenced context, implements code fixes, then builds and tests before any collaboration updates.
  • GitHub closure workflow: Replies to each addressed comment with the relevant commit reference and resolves every addressed review thread via GraphQL.

Quick Start

Use the command to respond to PR comments on your current branch by iterating through unresolved review threads, applying verified fixes, pushing changes, then replying and resolving each thread on GitHub.

Frequently Asked Questions about pr-respond

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically resolve unresolved GitHub pull request review comments?

To automatically resolve unresolved GitHub pull request review comments, this skill fetches review threads via GraphQL, analyzes the feedback, implements verified code changes, runs a build-and-test gate, pushes the branch, and then replies to and resolves each thread on GitHub.

How do I reply to PR review feedback and resolve GitHub threads from the CLI?

You can reply to PR review feedback and resolve GitHub threads from the CLI by using authenticated GitHub CLI usage to fetch comment reply IDs via REST and review thread IDs via GraphQL, applying code fixes, and completing the required reply-and-resolution actions programmatically.

Does resolving PR review comments require a build and test check before pushing?

Yes, resolving PR review comments requires a build-and-test gate before pushing any changes. This ensures that the code fixes applied in response to reviewer suggestions, bug reports, or clarification requests are verified prior to updating the pull request.

What is the best way to handle false positives and clarification requests during a PR review cycle?

Handling false positives and clarification requests during a PR review cycle involves categorizing feedback into actionable fixes and intentionally-resolved outcomes, applying required code changes, and completing GitHub reply-and-resolution actions to close the active review threads.

Can I use this to fix code based on GitHub pull request reviewer suggestions on my current branch?

Yes, you can fix code based on GitHub pull request reviewer suggestions on your current branch. The workflow iterates through unresolved review threads, reads the referenced context, implements the code fixes, and ensures every addressed thread is resolved after replying.