github-code-review

Analyze GitHub Pull Request diffs and generate inline comments and summary reports.

Updated May 25, 2026
One-click install
npx skills add https://github.com/zaiyemeiyou404/Hermes --skill github-code-review-zaiyemeiyou404
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-code-review
Source: https://github.com/zaiyemeiyou404/Hermes/tree/main/backup/skills/github/github-code-review
Command: npx skills add https://github.com/zaiyemeiyou404/Hermes --skill github-code-review-zaiyemeiyou404

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, git, curl, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of reviewing code on GitHub Pull Requests, significantly reducing the time spent on manual code review.

Core Features & Use Cases

  • Code Review Automation: Automatically reviews code in GitHub Pull Requests by analyzing diffs and generating inline comments.
  • Review Summaries: Generates summary reports of the review, highlighting critical issues, warnings, and suggestions.
  • Local Pre-Push Review: Performs a pre-push review of local changes using Git commands, preparing for a clean commit.

Quick Start

Run the github-code-review skill on your PR #123 to get an automated code review.

Frequently Asked Questions about github-code-review

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

FAQPage Schema
How do I automate code review on GitHub Pull Requests?

To automate GitHub code review, this Skill analyzes PR diffs to generate inline comments and summary reports. It requires GitHub authentication and operates within the local repository scope to highlight critical issues and suggestions.

What is an inline comment in a GitHub code review?

An inline comment is feedback anchored directly to specific lines of code in a Pull Request diff. This Skill generates inline comments automatically by analyzing changes to pinpoint exact issues, warnings, and suggestions.

Do I need GitHub authentication to review Pull Requests?

Yes, GitHub authentication is required to review Pull Requests. The Skill uses dependencies like gh, git, and curl to access PR changes and post inline comments and summary reports back to the repository.

Can I review local Git changes before pushing to GitHub?

Yes, you can perform a pre-push review of local changes. The Skill uses Git commands to analyze local diffs, preparing your code for a clean commit before it is pushed to GitHub as a Pull Request.

What is included in an automated code review summary report?

An automated code review summary report highlights critical issues, warnings, and suggestions found in the Pull Request. It provides an overview of the analyzed diffs alongside the generated inline comments.

What are the limitations of automating GitHub PR code reviews?

Automating GitHub PR code reviews operates strictly within the scope of the local repository or Pull Request. It requires local dependencies including gh, git, and curl, limiting analysis to the accessible repository context.