review-fix

Apply CodeRabbit PR review comments to code and push changes.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Piece-Puzzly/Piece-iOS --skill review-fix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-fix
Source: https://github.com/Piece-Puzzly/Piece-iOS/tree/main/.claude/skills/review-fix
Command: npx skills add https://github.com/Piece-Puzzly/Piece-iOS --skill review-fix

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 analyzing and applying code review comments from CodeRabbit on Pull Requests, streamlining the feedback loop and reducing manual effort.

Core Features & Use Cases

  • Automated Comment Analysis: Parses CodeRabbit's review comments, categorizing them by severity (Critical, Suggestion, Nitpick, Question).
  • Targeted Code Modification: Applies suggested code changes directly to the relevant files and lines.
  • Use Case: After a CodeRabbit review flags several critical issues and suggestions in your PR, you can use this Skill to automatically implement all critical and suggestion fixes, then commit and push the changes.

Quick Start

Use the review-fix skill to apply all critical and suggestion comments from the latest CodeRabbit review on the current branch.

Frequently Asked Questions about review-fix

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

FAQPage Schema
How do I automatically apply CodeRabbit PR review comments to my code?

Automatically applying CodeRabbit PR review comments is achieved by parsing feedback through the review-fix skill, which categorizes comments by severity and pushes targeted code modifications directly to your remote repository.

How do I categorize GitHub PR review feedback by severity before fixing?

Categorizing GitHub PR review feedback by severity is handled automatically during the comment analysis phase, which sorts CodeRabbit suggestions into critical, suggestion, nitpick, and question types for targeted code modification.

Do I need the gh CLI to automate applying fixes from GitHub pull request reviews?

Yes, you need the gh CLI to automate applying fixes from GitHub pull request reviews, as it is required for API interactions to fetch CodeRabbit comments and git for version control operations to push changes.

Can I selectively apply only critical fixes from CodeRabbit reviews and ignore nitpicks?

You can selectively apply only critical fixes from CodeRabbit reviews because the feedback is categorized into critical, suggestion, nitpick, and question types, allowing you to choose which specific fixes to implement before committing.

How do I generate and push commits for automated PR review fixes on GitHub?

Generating and pushing commits for automated PR review fixes is done by applying selected CodeRabbit modifications to code, generating appropriate commit messages, and pushing the changes to the remote repository using git version control operations.