github-pr-review

Automate GitHub PR reviews with inline suggestions and severity analysis.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/The1Studio/theone-training-skills --skill github-pr-review-the1studio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-pr-review
Source: https://github.com/The1Studio/theone-training-skills/tree/main/.claude/skills/github-pr-review
Command: npx skills add https://github.com/The1Studio/theone-training-skills --skill github-pr-review-the1studio

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

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.

Frequently Asked Questions about github-pr-review

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

FAQPage Schema
How do I automate code reviews on GitHub pull requests?

Automate GitHub PR reviews by generating inline suggestions that analyze code diffs, identify issues by severity, and produce targeted feedback directly in the PR. This skill fetches PR details, applies code standards checks, and creates commit suggestion blocks for one-click fixes.

Can I use automated PR reviews with Unity and C# projects?

Yes, this skill analyzes Unity and C# codebases against established standards, alongside React Native and backend projects. It integrates with Unity-specific quality criteria to generate context-aware inline suggestions for those platforms.

How do inline code suggestions work with the GitHub API?

Inline suggestions leverage GitHub's API to position feedback directly on changed lines within pull requests. The skill handles diff-positioning, batches suggestions, and enables reviewers to apply fixes through GitHub's web UI without manual copying.

What does the PR review decision flow enforce?

The skill enforces an explicit PR review decision flow that guides the review process from fetching PR data through generating suggestions to submitting batched feedback, ensuring structured and complete code review workflows.

Can automated PR reviews integrate with other quality tools?

Yes, this skill integrates with complementary skills for comprehensive reviews—such as Unity standards validation and code-quality checks—allowing you to combine multiple analysis perspectives in a single review workflow.

What code issues does automated PR analysis identify?

The skill identifies code issues by severity across quality criteria and standards compliance, then generates actionable inline suggestions. Issues range from style violations to potential bugs, categorized for prioritized review and fix application.