gh-fix-review

Classify GitHub PR review comments by priority and fix them in order.

6|1|Updated Dec 8, 2009
One-click install
npx skills add https://github.com/jey3dayo/dotfiles --skill gh-fix-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-fix-review
Source: https://github.com/jey3dayo/dotfiles/tree/main/agents/skills-internal/gh-fix-review
Command: npx skills add https://github.com/jey3dayo/dotfiles --skill gh-fix-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

GitHub PR review comments from CodeRabbit, humans, or bots are automatically classified by priority and fixed in priority order to accelerate code-quality improvements.

Core Features & Use Cases

  • Automatic priority classification (Critical/High/Major/Minor) and TodoWrite-based progress tracking.
  • End-to-end PR review automation: fetch comments, classify, generate tracking documents, and apply fixes while enforcing quality gates.
  • Use case: when a PR accumulates multiple review notes, fixes are applied in priority order and progress is tracked automatically.

Quick Start

Ask the system to start PR review automation with /review --fix-pr on a target pull request.

Frequently Asked Questions about gh-fix-review

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

FAQPage Schema
How do I automate GitHub PR review comment classification and fixes?

To automate PR review comment classification, you can trigger the workflow using /review --fix-pr on a target pull request. The system fetches comments, classifies them by priority, applies fixes in order, and tracks progress automatically.

Can I prioritize CodeRabbit and human reviewer PR comments automatically?

Yes, PR review comments from CodeRabbit, human reviewers, and bots are automatically classified into Critical, High, Major, and Minor priorities. Fixes are then applied in strict priority order to accelerate code-quality improvements.

How does progress tracking work for automated PR review fixes?

Progress tracking for PR review fixes uses TodoWrite-based integration to document and monitor the workflow. It automatically generates tracking documents as fixes are applied, ensuring end-to-end visibility throughout the prioritized resolution process.

Do I need project-config driven rules to enforce PR quality gates?

Yes, project-config driven rules are supported to enforce quality gate checks during the automated PR review process. These configuration rules ensure that applied fixes meet required quality standards before the pull request progresses.

What is the best way to handle multiple accumulated PR review notes?

The best way to handle multiple PR review notes is to run an end-to-end automation workflow that fetches comments, classifies them by priority, and applies fixes in order. This ensures critical issues are resolved first with automatic progress tracking.

Does automated PR review classification work with bot-generated comments?

Yes, automated PR review classification applies across bot-generated comments, CodeRabbit feedback, and human reviewers. All review notes are categorized by priority and fixed systematically to streamline the code-quality improvement process.