github-code-review

Analyze git diffs and generate inline comments for PRs and pre-push checks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates and standardizes code reviews by analyzing git diffs, suggesting inline comments, and facilitating pre-push checks to improve code quality and reduce manual review time.

Core Features & Use Cases

  • Analyze local changes and diffs to surface issues before pushing.
  • Leave inline comments on open PRs and generate a structured review.
  • Support both gh CLI workflows and git+curl REST API workflows for broader compatibility.
  • Provide a clear code review summary and a suggested remediation plan for developers.

Quick Start

Run the reviewer against your current git worktree to generate inline comments for the latest changes.

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 with inline comments on GitHub pull requests?

You can automate code reviews by analyzing git diffs to generate actionable inline comments directly on open PRs. This ensures consistent code quality and reduces manual review time across your team's development workflow.

Can I check my local git diff for code issues before pushing to a remote repository?

Yes, you can analyze local changes and diffs to surface code issues before pushing. This pre-push check helps developers catch problems early by running the reviewer directly against your current git worktree.

Does automated PR review work with both gh CLI and git curl REST API workflows?

Yes, automated PR review supports both gh CLI workflows and git+curl REST API workflows. This broad compatibility allows you to post inline comments and generate structured reviews across different environment setups.

What do I need to set up to post inline comments to GitHub pull requests?

To post inline comments, you need a working git repository with a valid remote origin and appropriate authentication methods, such as gh CLI or a GitHub token. These allow the reviewer to access PRs and submit structured feedback.

How does automated diff analysis handle code review summaries and remediation?

Automated diff analysis evaluates your changes and provides a clear code review summary alongside a suggested remediation plan. This helps developers understand surfaced issues and take actionable steps to improve code quality.