pr-review

Automate GitHub Pull Request feedback by replying, resolving threads, and creating issues.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/goffity/dev-km --skill pr-review-goffity
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: pr-review
Source: https://github.com/goffity/dev-km/tree/main/skills/pr-review
Command: npx skills add https://github.com/goffity/dev-km --skill pr-review-goffity

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of responding to and resolving feedback on your GitHub Pull Requests, ensuring faster iteration cycles and clearer communication.

Core Features & Use Cases

  • Automated Comment Handling: Automatically replies to and resolves review comments based on their type (fix, suggestion, question, praise, deferral).
  • Issue Creation for Deferred Items: Creates new GitHub issues for feedback that needs to be addressed later.
  • Thread Resolution: Manages the resolution of review threads, keeping your PR clean.
  • Use Case: After receiving feedback on a PR, you can run this Skill to automatically fix requested changes, reply to suggestions, and create issues for future tasks, all while keeping reviewers informed.

Quick Start

Run the pr-review skill to process feedback on the current pull request.

Frequently Asked Questions about pr-review

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

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

You can automate pull request review responses by running a skill that categorizes comments into fixes, suggestions, questions, and deferrals, then automatically replies and resolves threads via the GitHub CLI and GraphQL API.

How do I automatically create issues for deferred pull request feedback?▼

To create issues for deferred pull request feedback, the automation identifies comments marked as deferrals and automatically generates new GitHub issues, keeping the PR clean while tracking future tasks.

Can I resolve GitHub PR review threads in bulk automatically?▼

Yes, you can resolve GitHub PR review threads automatically by integrating with the GraphQL API to manage comment threads, ensuring faster iteration cycles and clearer communication.

Does this automated code review tool require the GitHub CLI?▼

Yes, the automated code review process requires the GitHub CLI and leverages the GraphQL API to manage pull request comments, reply to suggestions, and resolve threads efficiently.

What is the best way to handle different types of feedback on a pull request?▼

The best way to handle pull request feedback is to automate comment handling based on type, automatically applying fixes, replying to questions, and creating issues for deferred items.

When should I automate pull request feedback resolution instead of replying manually?▼

You should automate pull request feedback resolution when you receive repetitive review comments like fixes, suggestions, or deferrals, allowing the tool to automatically reply and resolve threads to speed up iteration.