git-review-respond

Analyze GitHub PR review comments, generate patches, and post replies.

Updated Mar 21, 2026
One-click install
npx skills add https://github.com/tatsushige-i/shared-claude-code --skill git-review-respond
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-review-respond
Source: https://github.com/tatsushige-i/shared-claude-code/tree/main/docs/ja-JP/skills/git-review-respond
Command: npx skills add https://github.com/tatsushige-i/shared-claude-code --skill git-review-respond

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the end-to-end handling of GitHub PR reviews by analyzing review comments, applying minimal but correct code changes, generating commits, and drafting replies in the review thread.

Core Features & Use Cases

  • Automated review analysis and triage: identifies actionable items from PR comments and statuses.
  • Patch generation and commit creation: applies minimal changes and creates commits with clear messages.
  • Automated replies: drafts contextual responses to reviewers and attaches them to the corresponding comment thread.
  • Branch management: checks out the PR head branch and updates it with patches as needed.
  • Use Case: When a PR receives multiple review comments, the skill analyzes each, proposes fixes, and replies with summaries and rationale.

Quick Start

Provide the PR number and instruct the system to analyze reviews, propose fixes, and reply to comments.

Frequently Asked Questions about git-review-respond

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

FAQPage Schema
How do I automate responses to GitHub pull request reviews?

Automating GitHub pull request review responses involves analyzing review comments, generating minimal code patches, creating commits, and drafting contextual replies in the review thread. This handles the end-to-end PR review workflow automatically to improve collaborative feedback.

What is the best way to handle multiple code review comments on a PR?

Handling multiple code review comments on a PR is done by analyzing each comment to identify actionable items, proposing minimal code changes, and replying with summaries and rationale. This automated triage manages feedback workflows by applying patches and updating the PR head branch.

Can I automatically generate code patches from GitHub review comments?

Generating code patches from GitHub review comments is possible by extracting actionable items from the review thread and applying minimal but correct code changes. This creates commits with clear messages and attaches the patches to the corresponding PR head branch.

Does automated PR review handling require specific dependencies?

Automated PR review handling requires no specific dependencies to function. You provide the PR number and instruct the system to analyze reviews, propose fixes, and reply to comments, making it accessible for typical software-engineering scenarios without additional environment setup.

How do I reply to code review comments with proposed fixes?

Replying to code review comments with proposed fixes is done by drafting contextual responses and attaching them to the corresponding comment thread. The automated workflow analyzes the feedback, applies minimal code changes, and posts the rationale directly in the GitHub review.

When should I use automated tools for PR triage and comment analysis?

Automated tools for PR triage and comment analysis should be used when a PR receives multiple review comments and you need to identify actionable items, apply patches, and generate replies. This is ideal for collaborative feedback workflows and code quality improvements.