🔍
QualityC#

PR Review Fix

by IvanMurzak

PR Review Fix is a Quality skill for Claude Code, published by IvanMurzak in Unity-MCP.

3.9K stars355 forkson IvanMurzak/Unity-MCPAdded 2026/08/16Repository updated 2026/08/16
aiai-integrationanthropicclaudeclaude-codeclaude-desktopclicopilotcursorgame-developmentgamedevgeminillmmcpmcp-servermodel-context-protocolopenaiunitywindsurf
Install in seconds
Install PR Review Fix
Copy PR Review Fix into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/IvanMurzak/Unity-MCP/tree/main/.claude/skills/github-pr-review-fix ~/.claude/skills/github-pr-review-fix

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/IvanMurzak/Unity-MCP.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.claude/skills/github-pr-review-fix/SKILL.md in IvanMurzak/Unity-MCP
Installs to
~/.claude/skills/github-pr-review-fix
Collection
One of 25 skills cataloged from this repository
Category
Quality1354 skills

What PR Review Fix does

PR Review Fix reviews unresolved comments on the GitHub pull request associated with the current branch, validates each comment, and fixes legitimate issues. Use it when you need to automatically triage and resolve PR review feedback.

PR Review Fix is cataloged under Quality on DirSkills. PR Review Fix comes from a repository tagged ai, ai-integration, anthropic, claude and claude-code.

Documentation

README

Review PR Comments

Review unresolved comments on the GitHub pull request associated with the current branch. Validate each comment, then fix legitimate issues.

Step 1 — Identify the Pull Request

  1. If $ARGUMENTS contains a PR number, use it.
  2. Otherwise, detect the current git branch and find its open PR:
    gh pr view --json number,url,headRefName,baseRefName
    
  3. If no PR is found, stop and tell the user.

Step 2 — Fetch All Unresolved Review Comments

Fetch PR review comments (not issue-level comments) using the GitHub CLI:

gh api repos/{owner}/{repo}/pulls/{number}/comments --paginate

This is the opening of the README. Read the full README on GitHub.

Frequently asked about PR Review Fix

  • What else does IvanMurzak publish alongside PR Review Fix?

    PR Review Fix is one of 25 skills that DirSkills catalogs from IvanMurzak/Unity-MCP, the repository it ships in. Its siblings there include Asset Data Reader, Asset Finder and Asset Modification. Each one is a separate skill with its own page in this directory, installs the same way PR Review Fix does, and is maintained by IvanMurzak in that same repository. The rest of the collection is listed on the IvanMurzak/Unity-MCP page.

  • How does PR Review Fix compare to other Quality skills?

    PR Review Fix ranks #355 by stars among the 1354 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of PR Review Fix against them. Open each page to compare what they document and how they install.

More from IvanMurzak/Unity-MCP

PR Review Fix is one of 25 skills cataloged on DirSkills from IvanMurzak/Unity-MCP.

See all 25 skills