fix-review

Create a git worktree to resolve pull request review comments.

Updated Jan 26, 2026
One-click install
npx skills add https://github.com/fairy-pitta/claude-dotfiles --skill fix-review-fairy-pitta
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix-review
Source: https://github.com/fairy-pitta/claude-dotfiles/tree/main/skills/fix-review
Command: npx skills add https://github.com/fairy-pitta/claude-dotfiles --skill fix-review-fairy-pitta

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of addressing feedback on pull requests by systematically working through unresolved comments in a dedicated environment.

Core Features & Use Cases

  • Automated Worktree Management: Creates and navigates to a clean git worktree for isolated changes.
  • Comment Analysis: Fetches and displays unresolved review comments with their context.
  • Guided Fixing: Supports planning and executing code changes to resolve feedback.
  • Use Case: After receiving feedback on a feature branch, use this skill to automatically create a worktree, identify all comments, help you fix them one by one, and ensure tests pass before committing.

Quick Start

Use the fix-review skill to address unresolved comments on the 'feature/new-login' branch.

Frequently Asked Questions about fix-review

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

FAQPage Schema
How do I resolve unresolved PR review comments efficiently?

To resolve PR review comments efficiently, this skill fetches unresolved threads from a specified Git branch, facilitates planning and execution of fixes, and ensures tests pass before guiding commit and push operations. It operates within a dedicated git worktree to maintain code integrity.

What is the best way to manage isolated code changes for pull request feedback?

The best way to manage isolated code changes for pull request feedback is by creating a dedicated git worktree. This skill automatically manages the worktree, navigates to it, and isolates fixes from your main working directory to maintain code integrity.

Do I need the gh tool to address unresolved git review comments?

Yes, you need the gh tool to address unresolved git review comments. The skill depends on gh to fetch and analyze PR threads and their context directly from your repository.

How does a git worktree help with fixing pull request feedback?

A git worktree helps fix pull request feedback by providing a clean, dedicated environment for isolated changes. Operating exclusively within the worktree prevents conflicts with your main branch and maintains code integrity while you address review comments.