pr-review-response

Generate per-comment PR review replies with traceable commit links.

Updated Apr 16, 2026
One-click install
npx skills add https://github.com/Leep-GH/Lee-s-squad --skill pr-review-response-leep-gh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-review-response
Source: https://github.com/Leep-GH/Lee-s-squad/tree/main/packages/squad-cli/templates/skills/pr-review-response
Command: npx skills add https://github.com/Leep-GH/Lee-s-squad --skill pr-review-response-leep-gh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Skill enables agents to address PR review feedback by generating per-comment replies that explain fixes and establish traceable links to the changes, ensuring reviewers see exactly what was done.

Core Features & Use Cases

  • Per-comment replies: Reply to each top-level review thread with a concise description of the fix.
  • Traceability: Link commits to specific review comments and include context for reviewers.
  • Optional thread resolution: Resolve threads when fixes fully address feedback and validation is complete.

Quick Start

Apply fixes for each review comment and post individual replies to each top-level thread on the PR.

Frequently Asked Questions about pr-review-response

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

FAQPage Schema
How do I automate pull request review replies with traceable commit context?

Automate pull request review replies by generating per-comment responses that explain code fixes and establish traceable links to commit messages, ensuring reviewers see exactly what changes address their feedback.

What's the best way to reply to inline code review comments on GitHub?

Reply to inline code review comments by posting individual, concise responses to each top-level review thread on the PR, mapping the specific fix applied to the reviewer's original feedback.

Can I automatically resolve GitHub PR review threads after applying fixes?

You can resolve GitHub PR review threads using optional GraphQL-based thread resolution, which closes feedback loops after fixes fully address the review feedback and validation is complete.

How do commit messages improve traceability for PR code review fixes?

Commit messages improve traceability by enforcing a structured format that links commits to specific review comments, providing clear context that maps code changes directly to the original PR feedback.

Does this PR review response approach work for multiple inline comments across different files?

This PR review response approach handles multiple inline comments across different files by generating mapped per-thread replies for each top-level review comment, ensuring structured communication for complex code review scenarios.