pr-review-fix

Fetch PR state, analyze diffs, apply fixes, and push updates.

Updated Mar 28, 2026
One-click install
npx skills add https://github.com/ANaka/work-cycle --skill pr-review-fix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-review-fix
Source: https://github.com/ANaka/work-cycle/tree/main/skills/pr-review-fix
Command: npx skills add https://github.com/ANaka/work-cycle --skill pr-review-fix

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reviewers and developers spend time on PR reviews, missing fixes or duplicating effort; this Skill automates PR state fetch, diff review, in-worktree fixes, push, and PR commentary to streamline collaboration.

Core Features & Use Cases

  • Fetch PR state and diff for quick assessment.
  • Apply fixes directly in the worktree and push results.
  • Comment on the PR with a structured summary of changes and rationale.
  • Loop until the PR is clean and merged when appropriate.

Quick Start

Inspect an open PR, fix issues in the worktree, push updates, and post a summary comment.

Frequently Asked Questions about pr-review-fix

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

FAQPage Schema
How do I automate pull request fixes directly in my codebase?

To automate pull request fixes, this Skill fetches GitHub PR state, analyzes diffs, applies corrections in the worktree, and pushes commits. It loops through code issues, style problems, and correctness gaps until the PR is clean.

What is the best way to review and fix GitHub PRs without manual effort?

The best way to review GitHub PRs is using automated workflows that fetch diffs, apply fixes directly in the worktree, and post structured summary comments. This eliminates manual effort and streamlines collaboration.

Can I automatically commit and push code review fixes to an active GitHub PR?

Yes, you can automatically commit and push code review fixes. The Skill applies changes directly within the worktree workflow and pushes results back to the active GitHub PR.

Does this automated PR review work with my existing GitHub repository setup?

This automated PR review works with active GitHub PRs across repositories. It requires no additional dependencies, operating directly within your existing Git worktree setup to analyze and fix diffs.

What types of code issues can an automated PR review process handle?

An automated PR review process handles code issues, style problems, and small correctness gaps. It analyzes the PR diff and applies fixes directly in the worktree.

What happens after automated fixes are pushed to a pull request?

After automated fixes are pushed to a pull request, the Skill posts a structured PR comment summarizing the changes and rationale. It continues looping until the PR is clean and merged when appropriate.