pr-comments

Fetch GitHub pull request comments and apply reviewer-suggested fixes.

381|261|Updated May 7, 2026
One-click install
npx skills add https://github.com/nudgebee/nudgebee --skill pr-comments-nudgebee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-comments
Source: https://github.com/nudgebee/nudgebee/tree/main/.gemini/skills/pr-comments
Command: npx skills add https://github.com/nudgebee/nudgebee --skill pr-comments-nudgebee

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Manages the review and resolution process for pull requests, simplifying the workflow for code reviews and issue management.

Core Features & Use Cases

  • Fetch PR Comments: Retrieve all comments from a pull request and display them.
  • Automated Issue Fixing: Optionally address review comments automatically or for a specific PR.
  • Code Change Tracking: Track changes made from review comments and provide commit information.
  • Use Case: For a software development team, use this skill to automate the resolution of common PR issues and streamline the code review process.

Quick Start

To fetch and display all comments for the current branch's PR, run:

/pr-comments

Frequently Asked Questions about pr-comments

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

FAQPage Schema
How do I automatically apply fixes suggested in GitHub pull request comments?

To automatically apply fixes from GitHub pull request comments, this Skill fetches reviewer feedback via the GitHub API and optionally applies the suggested code changes to resolve issues. It tracks the resulting code changes and provides commit information.

What's the best way to fetch and display all review comments on a current GitHub PR?

Fetching and displaying all review comments on a GitHub pull request is done by running the tool against your current branch. It retrieves the PR data and displays the comments to streamline your code review workflow.

Do I need GitHub API access to automate pull request issue resolution?

Yes, you need GitHub API access to automate pull request issue resolution. The Skill requires this access to fetch PR data, retrieve review comments, and apply code changes within your software development workflow.

Can I track code changes made from automated PR review feedback?

Yes, you can track code changes made from automated PR review feedback. The Skill tracks the modifications applied from reviewer comments and provides the corresponding commit information for the pull request.

Does this tool work for resolving common code review issues in software development workflows?

Yes, this tool works for resolving common code review issues in software development workflows. It automates the resolution of standard PR problems and simplifies the overall issue management process for development teams.