github-code-review

Analyze diffs and generate inline comments for GitHub PRs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code review is time-consuming and error-prone; this skill automates diff analysis, inline comments, and PR feedback across local changes or GitHub PRs.

Core Features & Use Cases

  • Local pre-push review with git diff and contextual feedback
  • PR review on GitHub via gh or REST with inline comments and formal reviews
  • End-to-end guidance and structured summaries for teammates

Quick Start

Run the skill with a PR number to start an end-to-end review workflow.

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?

You can automate code review on GitHub pull requests by fetching PR details and generating inline comments through gh or REST APIs. This skill handles diff analysis and posts structured feedback to streamline the review process.

Can I review local git changes before pushing to GitHub?

Yes, you can review local git changes before pushing by running a pre-push review workflow. The skill analyzes your local diff and provides contextual feedback to catch issues before they reach the remote repository.

Does this code review skill work with the gh CLI or REST APIs?

Yes, the skill works with both the gh CLI and REST APIs to fetch pull request details and post formal reviews. It integrates directly into your existing GitHub tooling to automate diff analysis and inline comments.

What is the best way to generate inline comments on a GitHub PR?

Generating inline comments on a GitHub PR is best handled by automating diff analysis and submitting structured feedback via gh or REST APIs. This skill provides a reusable workflow that fetches PR details and posts contextual inline comments.

How do I post structured feedback and summaries for teammates on a pull request?

Post structured feedback and summaries for teammates by running an end-to-end PR review workflow. The skill analyzes diffs, generates inline comments, and provides structured summaries to guide your team through the code review.