github-code-review

Analyze diffs and PR data to produce structured code review feedback.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps developers perform thorough code reviews on local changes and open PRs by providing a structured framework and step-by-step guidance.

Core Features & Use Cases

  • Pre-push diff analysis and file-by-file reviews to surface issues before merging.
  • PR review automation with gh and REST, including inline comments, checklists, and a consistent output format.
  • End-to-end review workflows, summary posts to PRs, and reusable templates to speed up collaboration.

Quick Start

Install the github-code-review skill and run it to analyze diffs and PRs, producing structured feedback for each change.

Frequently Asked Questions about github-code-review

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

FAQPage Schema
Can I review local git diffs before pushing to a remote repository?

Review local git diffs before pushing by running the tool to analyze staged changes file-by-file. It surfaces issues and provides structured feedback with Critical, Warnings, and Suggestions sections before you merge.

Do I need the gh CLI installed to automate code review workflows?

The gh CLI is optional for PR interactions and automating inline comments; you can use GitHub REST APIs instead. Git and GitHub access are required, while gh simply streamlines the pull request review workflow.

What is the standard format for structured code review feedback?

Structured code review feedback uses a consistent format divided into Critical, Warnings, and Suggestions sections. This standardized checklist ensures thorough, organized feedback on diffs and pull requests for better collaboration.

How do I post a review summary to a GitHub pull request?

Post a review summary to a GitHub pull request by using gh or REST APIs to submit the structured feedback. The tool generates a consistent review structure with inline comments and a standardized checklist to speed up collaboration.