github-pr-review

Automates GitHub PR review handling by prioritizing and applying fixes by severity.

69|6|Updated Dec 21, 2025
One-click install
npx skills add https://github.com/fvadicamo/dev-agent-skills --skill github-pr-review-fvadicamo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-pr-review
Source: https://github.com/fvadicamo/dev-agent-skills/tree/main/skills/github-pr-review
Command: npx skills add https://github.com/fvadicamo/dev-agent-skills --skill github-pr-review-fvadicamo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

PR reviews often stall progress due to scattered feedback across threads. This skill orchestrates automated triage and fixes by severity, reducing manual back-and-forth and ensuring consistent responses.

Core Features & Use Cases

  • Fetch and classify PR review comments by severity (CRITICAL > HIGH > MEDIUM > LOW)
  • Propose and apply fixes with explicit user confirmation
  • Commit changes with structured, project-appropriate messages
  • Reply to threads using professional templates to acknowledge or explain changes
  • Verify PR readiness and optionally submit formal reviews

Quick Start

Fetch PR comments, triage by severity, apply approved fixes, commit changes with proper messages, and reply to threads to finalize the review.

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 fixing GitHub PR review comments by severity?

Automating PR review fixes by severity involves fetching GitHub comments, classifying them from CRITICAL to LOW, and applying fixes based on priority. This reduces manual back-and-forth by orchestrating triage and generating structured commits.

What is the best way to triage multiple GitHub PR comment threads automatically?

The best way to triage multiple PR comment threads is to fetch feedback via the GitHub CLI and classify comments by severity. This process coordinates scattered threads, proposes fixes with user confirmation, and replies using professional templates to finalize the review.

Can I automatically reply to resolved GitHub PR review threads?

Yes, you can automatically reply to resolved GitHub PR review threads. The automation acknowledges or explains applied changes using professional templates, ensuring consistent responses and reducing manual communication overhead across multiple comment threads.

Does automated PR review handling require the GitHub CLI to fetch comments?

Automated PR review handling uses the GitHub CLI to fetch PR comments and thread data. The CLI integration allows the severity-based workflow to retrieve feedback, apply approved fixes, and commit changes with structured, project-appropriate messages.

How do I commit PR fixes with structured messages after resolving review feedback?

To commit PR fixes with structured messages after resolving review feedback, the automation applies approved changes and generates project-appropriate commit templates. This ensures consistent documentation of severity-based fixes before replying to the original threads.

When should I avoid automating GitHub PR review fixes by severity?

You should avoid automating GitHub PR review fixes by severity when feedback requires nuanced architectural decisions or subjective debate. Automation works best for typical code-review sessions applying explicit fixes, rather than complex discussions needing direct human intervention.