github-code-review

Analyze git diffs and PR discussions to generate structured review feedback.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Hermesagents/hermes-agents --skill github-code-review-hermesagents
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-code-review
Source: https://github.com/Hermesagents/hermes-agents/tree/main/skills/github/github-code-review
Command: npx skills add https://github.com/Hermesagents/hermes-agents --skill github-code-review-hermesagents

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reviews of code changes are time-consuming and error-prone; this Skill automates and guides code-review tasks to ensure consistent, high-quality feedback across local and PR workflows.

Core Features & Use Cases

  • Automates analysis of git diffs, PR histories, and inline feedback for comments.
  • Provides structured review outputs and recommended inline comments for PRs via gh or curl.
  • Use Case: When preparing a PR, run the Skill to generate a comprehensive pre-push code-review summary and suggested comments.

Quick Start

Run the Skill in a git repository with pending changes to generate a pre-push review report and inline comments.

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 GitHub pull request code reviews?

Automate GitHub pull request code reviews by analyzing git diffs and PR discussions to generate structured feedback. This process outputs recommended inline comments directly on your PRs using the gh CLI or curl-based API access.

Can I generate inline comments for a PR using the GitHub API?

Yes, you can generate inline comments for a PR using the GitHub API. The workflow analyzes pending git diffs and PR histories to produce suggested inline feedback comments via the gh CLI or curl-based API requests.

What is the best way to run a pre-push code review on local git changes?

The best way to run a pre-push code review on local git changes is to execute an automated analysis in your git repository. This generates a comprehensive review report and suggested comments before you push your commits.

Do I need the gh CLI to automate pull request feedback?

You do not strictly need the gh CLI to automate pull request feedback. You can also use curl-based GitHub API access to handle authentication tokens and post structured review outputs and suggested inline comments.

How does automated code review handle authentication tokens safely?

Automated code review handles authentication tokens safely by requiring secure token management during API access. This ensures that your gh CLI or curl-based GitHub API requests for PR feedback remain protected throughout the workflow.