pr-review-and-fix

Fetch GitHub pull request review threads, triage by severity, implement fixes, and resolve comments.

1|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/emergent-company/emergent.memory --skill pr-review-and-fix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-review-and-fix
Source: https://github.com/emergent-company/emergent.memory/tree/main/.opencode/skills/pr-review-and-fix
Command: npx skills add https://github.com/emergent-company/emergent.memory --skill pr-review-and-fix

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of addressing all comments and review feedback on a GitHub Pull Request, ensuring that all issues are resolved efficiently and accurately.

Core Features & Use Cases

  • Automated Comment Triage: Identifies and categorizes review comments by severity (Must Fix, Should Fix, Nitpick).
  • Automated Fix Implementation: Applies code changes based on review feedback.
  • Automated Thread Resolution: Replies to threads with commit references and resolves them.
  • Use Case: When you receive numerous comments on a PR from various bots and human reviewers, this Skill can systematically go through each one, implement the necessary code changes, and update the PR, saving significant manual effort.

Quick Start

Use the pr-review-and-fix skill to address all comments on pull request number 51.

Frequently Asked Questions about pr-review-and-fix

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

FAQPage Schema
How do I automate fixing GitHub pull request review comments?

Automate fixing GitHub pull request review comments by fetching threads, triaging feedback by severity, implementing code fixes, running pre-commit checks, committing changes, and resolving threads. This eliminates manual effort when processing numerous bot and human reviewer comments.

What is the best way to triage and resolve GitHub PR review feedback?

Triage and resolve GitHub PR review feedback by categorizing comments into Must Fix, Should Fix, and Nitpick severity levels. The automated process then applies necessary code changes, validates them with pre-commit checks, and replies to threads with commit references.

Can I automatically reply to and resolve outdated PR comment threads?

Automatically reply to and resolve outdated PR comment threads by fetching all review threads and handling various comment types. Outdated comments, actionable fixes, and nitpicks are systematically addressed, ensuring code quality and efficient review cycles.

How do I run pre-commit checks after applying automated code fixes to a PR?

Run pre-commit checks after applying automated code fixes by executing validation scripts immediately following code changes. This ensures code quality before committing the modifications to the pull request and resolving the corresponding review threads.

Does automated PR review handling work with nitpick comments from human reviewers?

Automated PR review handling works with nitpick comments from human reviewers by categorizing them during the triage phase. The process identifies actionable fixes, outdated comments, and nitpicks, then implements fixes and updates the pull request accordingly.