review-fix

Automates PR feedback collection, prioritization, patch application, and verification via GitHub CLI.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/KazusaNakagawa/claude_docs --skill review-fix-kazusanakagawa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-fix
Source: https://github.com/KazusaNakagawa/claude_docs/tree/main/.claude/skills/review-fix
Command: npx skills add https://github.com/KazusaNakagawa/claude_docs --skill review-fix-kazusanakagawa

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This workflow automates the collection and triage of PR feedback, enabling quick identification of issues and streamlined fixes.

Core Features & Use Cases

  • Retrieve comments and reviews from GitHub PRs, aggregating feedback across reviewers and bots.
  • Classify feedback by priority (P0/P1/P2) and generate an actionable fix plan.
  • Apply fixes, commit changes, push to the PR branch, and verify via CI checks.

Quick Start

Run /review-fix 72 to review and fix PR #72.

Frequently Asked Questions about review-fix

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

FAQPage Schema
How do I automate GitHub PR review feedback collection and fixes?

Automating GitHub PR review feedback collection involves retrieving comments and reviews from a pull request, classifying feedback by priority, and applying patches. This Skill aggregates feedback across reviewers and bots to generate an actionable fix plan.

What's the best way to triage pull request comments by priority?

Triageing pull request comments by priority involves categorizing feedback into levels like P0, P1, and P2. This Skill automatically classifies PR feedback to generate a structured fix plan before applying patches.

Can I automatically apply patches and push changes to a PR branch?

Yes, you can automatically apply patches and push changes to a PR branch. This Skill applies fixes based on triaged feedback, commits the changes, pushes to the branch, and verifies the results via CI checks.

Do I need the GitHub CLI to automate my pull request workflow?

The GitHub CLI is required to interact with pull requests for retrieving review feedback and pushing applied patches. This Skill satisfies requirements for GitHub CLI interactions within a structured PR workflow.

How does automated PR feedback classification work for multiple reviewers?

Automated PR feedback classification for multiple reviewers works by aggregating comments and reviews across all participants. This Skill retrieves feedback from both reviewers and bots, then classifies it by priority to create an actionable fix plan.