github-code-review

Analyze git diffs to generate structured code-review feedback and inline comments.

2|2|Updated Apr 16, 2026
One-click install
npx skills add https://github.com/huidge/hermes-skills --skill github-code-review-huidge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-code-review
Source: https://github.com/huidge/hermes-skills/tree/main/github/github-code-review
Command: npx skills add https://github.com/huidge/hermes-skills --skill github-code-review-huidge

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reviews code changes by analyzing diffs and generating structured feedback, enabling faster, more thorough code quality reviews without manual triage.

Core Features & Use Cases

  • Reviews local changes and PRs by parsing git diffs and composing inline comments.
  • Supports pre-push local reviews and PR reviews via gh CLI or raw git/curl workflows.
  • Produces a structured feedback format ready for PR comments and reviewer notes.

Quick Start

Run the skill to review your latest changes and generate actionable inline comments before pushing.

Frequently Asked Questions about github-code-review

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

FAQPage Schema
How do I generate inline code review comments from a git diff?

To generate inline code review comments from a git diff, the skill parses your local changes and outputs structured feedback targeting correctness, security, and performance. It formats this guidance specifically for automated PR comments.

Can I review GitHub pull requests using the gh CLI?

Yes, you can review GitHub pull requests using the gh CLI. The skill analyzes PR diffs via gh CLI interactions and raw git workflows to produce structured review notes ready for automated commenting.

What is a pre-push local code review and how does it work?

A pre-push local code review analyzes your staged git diffs before pushing to a remote repository. It checks for quality, testing, and documentation issues, generating actionable inline feedback to prevent flawed commits.

What does automated code review check for in a pull request?

Automated code review checks pull requests for correctness, security, quality, testing, performance, and documentation. It parses the git diff to generate structured feedback and inline comments for automated PR integration.

Do I need external dependencies to run automated PR reviews?

No, you do not need external dependencies to run automated PR reviews. The skill operates independently using command-line git and gh CLI interactions to parse diffs and generate structured review feedback.

What is the best way to format code review feedback for PR comments?

The best way to format code review feedback for PR comments is to structure it as actionable inline notes. The skill parses git diffs and outputs structured guidance targeting specific lines for automated reviewer integration.