github-pr-review

Fetch, classify, and respond to GitHub PR review comments by severity.

Updated Mar 16, 2026
One-click install
npx skills add https://github.com/woernfl/ai-lab --skill github-pr-review-woernfl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-pr-review
Source: https://github.com/woernfl/ai-lab/tree/main/skills/github-pr-review
Command: npx skills add https://github.com/woernfl/ai-lab --skill github-pr-review-woernfl

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the management of GitHub PR review feedback by fetching both inline diff comments and review-body sections, categorizing them by severity, and guiding resolution with user-approved fixes.

Core Features & Use Cases

  • Fetches inline PR comments and PR review body sections to ensure full visibility of feedback.
  • Classifies comments by severity (CRITICAL, HIGH, MEDIUM, LOW) and prioritizes actions accordingly.
  • Proposes, applies, and commits fixes with explicit user confirmation, and automatically replies to threads.
  • Supports triage, batching of cosmetic changes, and handling of multi-location or related issues.
  • Records new vs previous rounds by comparing timestamps against the last push to help track progress.

Quick Start

Follow the guided workflow to fetch PR comments, classify by severity, propose fixes with user confirmation, and push changes.

Frequently Asked Questions about github-pr-review

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

FAQPage Schema
How do I automate GitHub pull request review comment resolution?

Automating GitHub PR review comment resolution involves fetching inline diff comments and review-body sections, classifying them by severity, proposing fixes with user confirmation, and committing the changes. This Skill performs that entire workflow end-to-end.

What is the best way to classify PR review comments by severity?

Classifying PR review comments by severity categorizes feedback into CRITICAL, HIGH, MEDIUM, and LOW levels. This prioritization guides the resolution workflow, allowing you to address critical issues first and batch cosmetic changes together.

How do I fetch inline diff comments and PR review body sections from active repositories?

Fetching inline diff comments and PR review body sections retrieves all review feedback from active repositories. The Skill extracts both types of comments to ensure full visibility of the review feedback before categorizing and resolving them.

Can I batch fix multiple cosmetic PR review comments at once?

Batch fixing multiple cosmetic PR review comments is supported by this Skill. It groups lower-severity issues together, proposes fixes for all of them, and applies the changes in a single commit after receiving explicit user confirmation.

Does this PR review automation require user confirmation before committing code fixes?

PR review automation requires explicit user confirmation before committing any code fixes. The Skill proposes changes based on the classified comments, waits for your approval, and then commits the modifications and replies to the threads automatically.

How does the Skill track new versus previous rounds of PR review comments?

Tracking new versus previous rounds of PR review comments is accomplished by comparing comment timestamps against the last push to the repository. This timestamp comparison helps distinguish fresh feedback from previously addressed items.