fix-pr-reviews

Fetch and analyze GitHub PR review comments and markdown findings.

Updated Feb 5, 2026
One-click install
npx skills add https://github.com/ilamanov/skills --skill fix-pr-reviews-ilamanov
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix-pr-reviews
Source: https://github.com/ilamanov/skills/tree/main/skills/fix-pr-reviews
Command: npx skills add https://github.com/ilamanov/skills --skill fix-pr-reviews-ilamanov

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of fetching, analyzing, and managing code review findings from pull request comments and review markdown files, saving time and reducing human error.

Core Features & Use Cases

  • Code Review Analysis: Extracts and analyzes code review comments and suggestions.
  • Finding Classification: Categorizes findings into valid, ignorable, and invalid categories.
  • Fix Implementation Guidance: Provides instructions for addressing valid findings.
  • Watcher Setup: Sets up a thread watcher for new PR review comments.
  • Use Case: Imagine you have a pull request with multiple code review comments. Use this Skill to analyze the comments, categorize the findings, and receive alerts on new comments without manually checking the PR.

Quick Start

Run 'fix-pr-reviews' to fetch and analyze code review findings for the current PR.

Frequently Asked Questions about fix-pr-reviews

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

FAQPage Schema
How do I automate code review analysis for GitHub PR comments?

You can automate code review analysis by fetching PR comments and markdown files to extract and categorize findings. This process automatically triages review comments into valid, ignorable, and invalid classifications to reduce manual effort.

What is the best way to categorize and triage pull request review findings?

Categorizing pull request review findings involves analyzing extracted PR comments and sorting them into valid, ignorable, and invalid categories. Automated triage evaluates the review findings to determine their validity and generates fix suggestions for actionable items.

Do I need GitHub CLI installed to analyze PR review comments?

You need the GitHub CLI installed and authenticated to fetch and analyze PR review comments. The Skill requires GitHub authentication to access repository data, extract review findings, and set up a thread watcher for new comments.

Can I set up a watcher to monitor new code review comments on a PR?

You can set up a thread watcher to monitor new code review comments on a pull request. This automated watcher alerts you to new PR review comments without requiring manual checks, ensuring continuous review management.

How do I generate fix suggestions for valid PR review findings?

Generate fix suggestions for valid PR review findings by analyzing the extracted comments and categorizing them. Once findings are classified as valid, the Skill provides fix implementation guidance and instructions for addressing those specific code review issues.