github-code-review

Summarize diffs between current branch and main with structured review feedback.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables developers to perform code reviews by inspecting diffs and adding inline feedback on GitHub PRs or local changes using gh or REST.

Core Features & Use Cases

  • Review local changes against main to surface diffs, changed files, and potential issues.
  • Review open PRs on GitHub and post inline comments or full reviews via gh or API.
  • Generate structured feedback reports highlighting critical issues, warnings, and improvement suggestions.

Quick Start

Ask Hermes to review the current branch against main and generate inline comments for changed files.

Frequently Asked Questions about github-code-review

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

FAQPage Schema
How do I review pull requests and add inline comments on GitHub?

To review pull requests and add inline comments, you can use this skill to inspect diffs between the current branch and main, then post structured feedback via gh or GitHub REST API directly to the PR.

Can I review local git changes against the main branch?

Yes, you can review local git changes against the main branch. The skill operates in local git environments to surface changed files and potential issues before pushing your code.

Do I need authenticated GitHub access to post inline PR comments?

Yes, authenticated access to GitHub is required. The skill needs valid GitHub credentials to execute standard PR operations and post inline comments or full reviews via gh or REST API.

What's the best way to generate structured code review reports for diffs?

The best way to generate structured code review reports is using this skill, which outputs categorized feedback highlighting critical issues, warnings, and improvement suggestions based on branch diffs.

Does this code review skill work with both gh CLI and REST API operations?

Yes, this code review skill works with both gh and REST-based operations. It supports posting inline comments and full reviews on GitHub PRs using either interface.