github-code-review

Analyzes diffs and generates inline PR comments using gh CLI or REST API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reviewers spend significant time interpreting diffs and crafting consistent inline comments. This Skill automates code review workflows, analyzes diffs, and surfaces actionable feedback to speed up PR reviews.

Core Features & Use Cases

  • Inline comment generation on diffs to standardize feedback and catch issues early.
  • Pre-push and pull request review workflows that integrate with gh CLI or GitHub REST API via curl.
  • Use Case: When preparing a PR from a feature branch, automatically scan changes, flag potential issues, and suggest improvements before submission.

Quick Start

Invoke the skill on your current branch to generate PR feedback with inline comments and a pre-push review.

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

Automate code review by analyzing local diffs and open pull requests to generate structured feedback and suggest inline PR comments. This Skill reads git diffs and PR metadata to provide actionable reviews directly on your GitHub repository.

Can I check my local git changes before pushing to a remote GitHub repository?

Yes, you can perform pre-push checks on local git changes to automatically scan feature branch diffs and flag potential issues. This allows you to catch issues and suggest improvements before submitting your pull request.

How does automated pull request feedback work with gh CLI or curl-based REST?

Automated pull request feedback works by integrating with gh CLI or GitHub REST API via curl to read PR metadata and file contents. It analyzes the extracted diffs to surface actionable feedback and standardize inline comments across GitHub workflows.

Do I need a GitHub repository and git access to automate code review workflows?

Yes, you need access to git and a GitHub repository to automate code review workflows. This access is required for the Skill to read diffs, PR metadata, and file contents to generate structured feedback and inline comments.

What is the best way to standardize code review feedback on pull requests?

The best way to standardize pull request code review feedback is to automate inline comment generation directly on diffs. This approach analyzes changes, surfaces actionable feedback, and catches potential issues early to speed up PR reviews.