react-to-review

Fetch pull request review comments, modify code, commit, and reply with status and SHA.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/yellow-seed/template --skill react-to-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: react-to-review
Source: https://github.com/yellow-seed/template/tree/main/.github/skills/react-to-review
Command: npx skills add https://github.com/yellow-seed/template --skill react-to-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, and includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of addressing pull request review comments, ensuring all feedback is acknowledged and resolved, thereby improving code quality and reducing review cycles.

Core Features & Use Cases

  • Comment Retrieval: Fetches review comments from a specified pull request.
  • Actionable Feedback Identification: Helps classify comments as requiring action or not.
  • Automated Response: Generates responses with commit SHAs for addressed comments.
  • Use Case: When you receive multiple review comments on a pull request, use this skill to systematically go through each one, make the necessary code changes, commit them, and reply to each comment with the fix and the commit hash.

Quick Start

Use the react-to-review skill to respond to all actionable comments on pull request number 42 in the yellow-seed/template repository.

Frequently Asked Questions about react-to-review

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

FAQPage Schema
How do I automate responses to pull request review comments on GitHub?

To automate pull request review comment responses, this Skill fetches GitHub PR comments, identifies actionable feedback, makes code modifications, commits changes, and replies to each comment with the resolution status and commit SHA. It requires the gh CLI for API interactions.

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

Managing multiple code review comments efficiently involves systematically addressing each piece of feedback, applying code modifications, and tracking updates via commit hashes. This Skill automates that workflow, ensuring all actionable pull request feedback is acknowledged and resolved quickly.

Do I need the gh CLI to automate replying to PR feedback?

Yes, you need the gh CLI to automate replying to PR feedback because this Skill depends on it for GitHub API interactions. It also requires git for version control operations to commit the code changes made in response to the review comments.

Can I automatically commit code changes based on GitHub PR review feedback?

Yes, you can automatically commit code changes based on GitHub PR review feedback. This Skill classifies comments as actionable or not, applies the necessary code modifications, commits them using git, and generates automated responses with the corresponding commit SHA.

How does identifying actionable feedback improve the code review cycle?

Identifying actionable feedback improves the code review cycle by filtering out non-actionable comments and focusing only on feedback requiring code modifications. This ensures all necessary changes are committed and tracked with a commit SHA, reducing manual overhead and review iterations.

What are the limitations of automating GitHub PR review responses?

Limitations of automating GitHub PR review responses include relying on the gh CLI for API access and git for version control. The Skill focuses on identifying actionable feedback and applying code modifications, but complex or ambiguous review comments may still require manual intervention.