github-code-review

Automate code reviews on local git commits or GitHub Pull Requests.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of reviewing code changes, whether they are local changes ready to be pushed or open Pull Requests on GitHub, saving time and reducing manual effort.

Core Features & Use Cases

  • Local Code Review: Inspect and provide feedback on local code changes before committing or pushing.
  • GitHub PR Review: Automate the review process for open Pull Requests on GitHub, with inline comments and formal reviews.
  • Use Case: When working on a feature branch, use this Skill to review your code changes before merging them into the main branch. For a PR on GitHub, this Skill can automatically check the code quality and security, leaving detailed comments for the PR author.

Quick Start

Run the 'github-code-review' skill to review your code changes or a specific GitHub Pull Request.

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 reviews on local git changes before pushing?

To automate code reviews on local git changes, you can use this Skill to inspect uncommitted work or local commits via git commands, providing feedback before you push to a remote repository.

Can I automatically leave inline comments on a GitHub Pull Request?

Yes, you can automate GitHub PR reviews using this Skill to check code quality and leave detailed inline comments and formal reviews on open Pull Requests via the GitHub API.

Do I need GitHub authentication to review open Pull Requests?

Yes, reviewing open Pull Requests requires GitHub authentication and access to the relevant repository to interact with the GitHub API for automated code checks and comments.

What's the best way to review code quality on a feature branch before merging?

The best way to review code quality on a feature branch is using this Skill to automate checks on local changes or open PRs, ensuring code security and quality before merging into the main branch.

What dependencies are required to run automated GitHub PR reviews?

Automated GitHub PR reviews require git, gh, curl, and python3 installed in your environment to execute local git commands and interact with the GitHub API for processing Pull Requests.