respond-to-pr-review

Process unaddressed GitHub pull request review comments and post technical responses.

396|51|Updated Mar 14, 2025
One-click install
npx skills add https://github.com/decocms/studio --skill respond-to-pr-review-decocms
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: respond-to-pr-review
Source: https://github.com/decocms/studio/tree/main/.claude/skills/respond-to-pr-review
Command: npx skills add https://github.com/decocms/studio --skill respond-to-pr-review-decocms

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you efficiently process pull request review comments so you can respond consistently, fix issues faster, and avoid missing actionable feedback.

Core Features & Use Cases

  • Review Comment Triage: Identifies top-level PR review comments and filters out replies and already-addressed feedback.
  • Parallel Resolution Workflow: Spawns separate subagents so each comment can be evaluated and handled independently.
  • Technical Response Management: Either applies a code fix or replies with concise technical reasoning when a suggestion should not be implemented.
  • Use Case: After receiving feedback on a PR, use this Skill to review every unaddressed comment, update the code where appropriate, and post clear responses back on GitHub.

Quick Start

Use this skill to process the unaddressed review comments on the current pull request and respond to each one appropriately.

Frequently Asked Questions about respond-to-pr-review

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

FAQPage Schema
How do I respond to multiple GitHub pull request review comments efficiently?

Process unaddressed GitHub pull request review comments by triaging each one, applying code fixes where appropriate, or replying with concise technical reasoning to explain why a suggestion should not be implemented.

What is the best way to triage PR feedback and decide which comments to fix or answer?

Triage PR feedback by identifying top-level review comments, filtering out replies and already-addressed items, then evaluating each actionable comment independently to determine whether it requires a code fix or a technical response.

Do I need GitHub CLI access to automate pull request comment replies?

Yes, GitHub CLI access is required. The workflow depends on fetching pull request comments, tracking replies, and posting concise responses back to GitHub while preserving technical accuracy.

How does parallel resolution handle multiple unaddressed code review comments on a PR?

Parallel resolution spawns separate subagents so each unaddressed PR review comment can be evaluated and handled independently, allowing multiple comments to be validated against the codebase and addressed simultaneously.

Can I use subagents to process GitHub PR review comments in parallel?

Yes, separate subagents are spawned to evaluate and handle each pull request review comment independently, enabling parallel processing of actionable feedback across the current codebase.

What are the limitations of automating PR review comment responses with subagents?

This workflow applies specifically to actionable PR review comments that must be triaged and validated against the current codebase. It requires GitHub CLI access for comment fetching and reply posting, focusing on top-level comments rather than threaded replies.