github-code-review

Analyze git diffs and annotate inline comments on GitHub pull requests.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Review teams' changes efficiently by analyzing git diffs and automating inline comments on pull requests, reducing review time and improving code quality.

Core Features & Use Cases

  • Pre-push and PR review workflows that analyze diffs, generate inline feedback, and summarize issues for faster approvals.
  • Works with the gh CLI or a git + GitHub REST API workflow to accommodate different environments.
  • Use case: when validating a feature branch before merging, automatically flag potential issues, suggest improvements, and generate a concise review summary.

Quick Start

Run a local pre-push check or open a PR and let the skill generate inline feedback and a structured review summary.

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 and inline PR comments on GitHub?

You can automate code reviews by analyzing git diffs and generating inline comments directly on pull requests. This process flags potential issues, suggests improvements, and provides structured review summaries for faster approvals.

Can I run a pre-push check to analyze diffs before opening a pull request?

Yes, you can run local pre-push checks to analyze diffs before opening a pull request. The skill evaluates your changes, generates inline feedback, and summarizes issues locally to help validate a feature branch before merging.

Does this code review automation work with the gh CLI and GitHub REST API?

Yes, the code review automation works with both the gh CLI and a git + GitHub REST API workflow. This flexibility accommodates different development environments while enforcing structured review outputs like diff analysis and inline feedback.

What is the best way to generate structured review summaries for feature branches?

The best way to generate structured review summaries is by automating diff analysis to flag potential issues and suggest improvements. This approach enforces structured outputs, including diff analysis and inline feedback, to validate feature branches before merging.

How do I annotate inline comments on pull requests using a git diff analysis?

You annotate inline comments on pull requests by analyzing git diffs and using the gh CLI or GitHub REST API workflow. The skill identifies potential issues in the changes and posts inline feedback directly on the pull request.