gh-pr-review

Fetch GitHub PR changes and generate a Unity C# code-review report.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/igot-ai/os-twin --skill gh-pr-review-igot-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-pr-review
Source: https://github.com/igot-ai/os-twin/tree/main/.agents/skills/roles/game-qa/gh-pr-review
Command: npx skills add https://github.com/igot-ai/os-twin --skill gh-pr-review-igot-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

PR reviews for Unity C# projects are time-consuming and error-prone; this Skill automates the end-to-end PR review workflow, delivering consistent feedback on code quality and project standards.

Core Features & Use Cases

  • Fetch the PR diff and list changed C# files to scope the review.
  • Apply unity-code-review dimensions to every C# file in the PR and compile results into a single Markdown report.
  • Upload the report as a PR review, auto-approving when no Critical/Warning issues exist and requesting changes otherwise.

Quick Start

Review a PR by providing its identifier to gh-pr-review to generate a consolidated report and post the appropriate review decision.

Frequently Asked Questions about gh-pr-review

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

FAQPage Schema
How do I automate PR reviews for Unity C# projects?

You can automate Unity C# PR reviews by fetching GitHub PR diffs, evaluating changed files against Unity code review dimensions, and posting a consolidated Markdown report with an approve or request-changes decision via the gh CLI.

What is the best way to run automated code reviews on GitHub PRs for Unity?

Automated code reviews for Unity GitHub PRs scope changed C# files, apply Unity-specific review dimensions, compile findings into a single Markdown report, and submit the final review decision using the gh CLI.

Do I need the gh CLI to post GitHub PR review decisions automatically?

Yes, you need the gh CLI to submit the final PR review decision. The Skill evaluates C# file changes and compiles a Markdown report, but relies on gh CLI access to post the approve or request-changes result to GitHub.

Can I review C# files in a GitHub PR without manually checking Unity project standards?

Yes, the Skill automatically fetches the PR diff, lists changed C# files, applies Unity code review dimensions, and generates a consolidated report to auto-approve or request changes without manual standard checking.

When should I not use automated Unity code review for GitHub PRs?

Automated Unity code review may not suit PRs lacking C# file changes or when GitHub PR data and gh CLI access are unavailable, as the Skill depends on these to fetch diffs, evaluate changes, and post review decisions.

How does automated PR review handle critical issues in Unity C# code?

Automated PR review detects Critical and Warning issues in Unity C# code, compiles them into a Markdown report, and posts a request-changes decision if issues exist, or auto-approves when no Critical or Warning issues are found.