pr-feedback

Fetch and analyze unresolved GitHub PR review comments, then implement fixes with focused commits.

Updated Feb 29, 2020
One-click install
npx skills add https://github.com/kevinrobayna/dotfiles --skill pr-feedback-kevinrobayna
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-feedback
Source: https://github.com/kevinrobayna/dotfiles/tree/main/claude/dot-claude/skills/pr-feedback
Command: npx skills add https://github.com/kevinrobayna/dotfiles --skill pr-feedback-kevinrobayna

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of addressing feedback from GitHub Pull Request reviews, ensuring that unresolved issues are systematically handled and fixed.

Core Features & Use Cases

  • Unresolved Comment Analysis: Fetches and analyzes only the unresolved comments on a GitHub PR.
  • Actionable Item Summarization: Organizes feedback into clear, actionable items.
  • Selective Resolution: Allows users to choose which issues to address.
  • Focused Committing: Creates specific commits for each resolved issue.
  • Use Case: After a code review, you receive several comments. This skill helps you quickly identify which comments require changes, allows you to pick which ones to fix now, and then automatically creates well-formatted commits for your fixes.

Quick Start

Use the pr-feedback skill to process unresolved comments on pull request number 123.

Frequently Asked Questions about pr-feedback

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

FAQPage Schema
How do I resolve unresolved comments from a GitHub pull request review?

To resolve unresolved GitHub PR review comments, you can fetch and analyze the feedback using the GitHub CLI and GraphQL API, then selectively address issues and generate focused Git commits for each fix.

Can I select which code review issues to fix when processing pull request feedback?

Yes, when processing pull request feedback, you can selectively choose which unresolved review threads to address, allowing you to prioritize and implement fixes for specific actionable items.

How are commits structured when addressing GitHub PR review feedback?

Commits are structured to be focused, creating a specific and well-formatted Git commit for each individually resolved issue derived from the unresolved PR review threads.

Does this approach fetch all comments or only unresolved threads from a GitHub PR?

This approach specifically targets unresolved threads, fetching and analyzing only the unresolved comments from GitHub PR reviews rather than pulling every comment on the pull request.

What do I need to fetch and analyze pull request review comments using the GitHub API?

You need the GitHub CLI and access to the GraphQL API to fetch unresolved PR review threads, analyze the actionable feedback, and implement the corresponding code fixes.

What is the best way to organize actionable feedback from a code review?

The best way to organize actionable code review feedback is to automatically fetch unresolved comments, summarize them into clear actionable items, and implement fixes with focused commits.