github-pr-review

Official

Automate PR reviews with inline fixes.

AuthorThe1Studio
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill automates GitHub PR reviews by fetching PR details and diffs, analyzing code changes, and generating actionable inline suggestions that can be applied directly through GitHub's web UI.

Core Features & Use Cases

  • Fetch PR details, diffs, and commits for analysis
  • Analyze code against Unity/C# standards (via integration with theone-unity-standards) and general quality criteria
  • Create inline suggestions using the GitHub API that appear as "Commit suggestion" blocks
  • Enable one-click fixes or batched suggestions for efficient PR reviews
  • Integrate with other skills for comprehensive reviews (Unity, code-quality, etc.)

Quick Start

Example command: "Review this PR: https://github.com/owner/repo/pull/123" The skill will fetch the PR, generate inline suggestions, and provide a summary with application instructions.

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: github-pr-review
Download link: https://github.com/The1Studio/theone-training-skills/archive/main.zip#github-pr-review

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository