github-pr-review

Analyze GitHub pull requests and post inline review comments via the GitHub API.

Updated Jan 13, 2026
One-click install
npx skills add https://github.com/danielctc/ReactSpacesMonoRepo --skill github-pr-review-danielctc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-pr-review
Source: https://github.com/danielctc/ReactSpacesMonoRepo/tree/main/.claude/skills/github-pr-review
Command: npx skills add https://github.com/danielctc/ReactSpacesMonoRepo --skill github-pr-review-danielctc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill streamlines GitHub pull request reviews by automatically generating actionable inline suggestions and a clear decision outcome, reducing manual analysis time.

Core Features & Use Cases

  • Inline review comments with suggested changes using GitHub's review API
  • Severity-based issue classification and structured review summaries
  • Integration with tech-specific standards and general PR checklists for consistent reviews

Quick Start

Provide a GitHub PR URL or trigger the skill with /github-pr-review to start a review. The skill fetches PR details, analyzes changes, creates inline suggestions, and posts a summary with an approval decision. Review the suggested changes in the Files Changed tab and apply them via GitHub UI or batch actions.

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 GitHub pull request reviews with inline suggestions?

Automate GitHub pull request reviews by fetching PR changes via the GitHub API, classifying issues by severity, and posting inline suggestions directly to the Files Changed tab. Provide a PR URL to trigger the analysis and generate a structured review summary with an approval decision.

Can I classify code review issues by severity automatically on any GitHub repository?

Yes, you can classify code review issues by severity automatically across any GitHub repository. The skill evaluates PR changes and categorizes detected issues into Critical, High, and Medium severity levels to help prioritize fixes.

How does the GitHub API post inline comments for PR review automation?

GitHub API inline comments are posted by submitting review suggestions directly to specific lines of code in the pull request. The skill uses GitHub authentication to access the PR, analyze the diff, and submit structured inline comments via the API.

Do I need GitHub authentication to run automated PR reviews?

Yes, GitHub authentication is required to run automated PR reviews. The skill relies on authenticated GitHub API access to fetch pull request details, analyze code changes, and post inline review comments with suggested fixes to the repository.

What is the best way to integrate tech-specific standards into automated code reviews?

Integrate tech-specific standards into automated code reviews by coordinating existing review checklists with deeper analysis standards. The skill optionally applies these standards during PR evaluation to ensure consistent, structured inline suggestions across different technologies.

Are there limitations when automating inline suggestions for GitHub pull requests?

Limitations of automating inline suggestions include reliance on existing review checklists and proper GitHub authentication. The skill posts comments via the GitHub API, but applying the suggested code changes still requires manual review and batch actions within the GitHub UI.