getting-pr-review-comments

Extract the latest Claude bot PR review recommendations with severity and file locations.

1|Updated Jul 14, 2017
One-click install
npx skills add https://github.com/karlmdavis/dotfiles --skill getting-pr-review-comments
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: getting-pr-review-comments
Source: https://github.com/karlmdavis/dotfiles/tree/main/private_dot_claude/skills/getting-pr-review-comments
Command: npx skills add https://github.com/karlmdavis/dotfiles --skill getting-pr-review-comments

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually sifting through GitHub PR comments to find the latest Claude bot review and extract actionable recommendations is time-consuming and can lead to overlooking critical feedback. This Skill automates the extraction of the most recent Claude Code review, providing a concise, structured summary.

Core Features & Use Cases

  • Automated Waiting: Automatically waits for all PR workflows, including Claude's review, to complete.
  • Latest Review Extraction: Identifies and extracts only the most recent Claude bot review comment, avoiding outdated feedback.
  • Actionable Summary: Parses the comment body to present recommendations with severity, file locations, and brief descriptions in a clear, numbered list.
  • Use Case: After pushing a PR, you want to quickly see Claude's automated code review feedback. This Skill waits for the review to finish, then gives you a bulleted list of all recommendations, allowing you to address them efficiently.

Quick Start

Use the getting-pr-review-comments skill for PR number 789 to get a summary of Claude's latest code review recommendations.

Frequently Asked Questions about getting-pr-review-comments

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

FAQPage Schema
How do I extract Claude's PR review recommendations automatically?

This Skill automatically waits for PR workflows to complete, identifies the most recent Claude bot review comment, and extracts recommendations with severity levels and file locations into a structured, actionable summary you can address immediately.

Can I get code review feedback without manually reading through GitHub PR comments?

Yes. The Skill parses Claude's latest PR comment to pull out prioritized recommendations with file locations and descriptions, eliminating manual sifting through comments and avoiding outdated feedback.

What happens if multiple Claude review comments exist on a PR?

The Skill filters to only the most recent Claude bot comment, ensuring you see current feedback and avoiding confusion from outdated or superseded recommendations.

How do I use this with GitHub pull requests?

Provide the PR number after pushing your changes. The Skill waits for all workflows including Claude's review to finish, then returns a numbered list of recommendations organized by severity and file location.

Does this work while CI workflows are still running?

Yes. The Skill automatically waits for all PR workflows to complete before extracting Claude's review, so you don't need to manually check back or time your request.