github-code-review

Automate GitHub code reviews with git diff analysis and inline comments.

539|39|Updated May 1, 2026
One-click install
npx skills add https://github.com/Tommy-yw/RunbookHermes --skill github-code-review-tommy-yw
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-code-review
Source: https://github.com/Tommy-yw/RunbookHermes/tree/main/skills/github/github-code-review
Command: npx skills add https://github.com/Tommy-yw/RunbookHermes --skill github-code-review-tommy-yw

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of code reviews on GitHub, making it easier to manage pull requests and maintain code quality.

Core Features & Use Cases

  • Code Review Automation: Analyze git diffs, leave inline comments on PRs, and perform pre-push reviews.
  • GitHub Integration: Works with gh CLI or GitHub REST API.
  • Use Case: Quickly review and provide feedback on code changes in pull requests, saving time and improving collaboration.

Quick Start

Use the github-code-review skill to review the latest pull request in your repository.

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 GitHub pull requests?

Automate code reviews on GitHub pull requests by analyzing git diffs and leaving inline comments directly on the PR. This Skill interacts with GitHub via the gh CLI or REST API to streamline feedback.

Can I perform pre-push code reviews using git diff analysis?

Yes, you can perform pre-push code reviews using git diff analysis to evaluate changes before they are committed. This allows you to identify issues and leave inline comments on pull requests early.

Do I need the gh CLI to automate GitHub pull request comments?

No, you do not strictly need the gh CLI to automate GitHub pull request comments, as you can alternatively use the GitHub REST API via curl. Both methods require authentication and repository access to function.

What is needed to integrate automated code review with my GitHub repository?

To integrate automated code review with your GitHub repository, you need authentication credentials and access to the target repository. The Skill uses git diff analysis and Python3 to interact via gh CLI or REST API.

Does this code review automation work with the GitHub REST API directly?

Yes, this code review automation works with the GitHub REST API directly, allowing you to analyze diffs and post inline comments without the gh CLI. You need curl and proper authentication to execute API requests.

What are the limitations of using automated scripts for GitHub code reviews?

Limitations of using automated scripts for GitHub code reviews include the strict dependency on Python3, curl, or gh CLI availability, and the absolute requirement for authenticated GitHub repository access to analyze diffs and post comments.