github-code-review

Analyze GitHub diffs and generate inline PR review comments.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamline code reviews by automating the analysis of diffs and generation of actionable inline comments, reducing review time and improving code quality.

Core Features & Use Cases

  • Analyze diffs across changed files to surface meaningful feedback on each modification.
  • Generate inline comments on changed lines via GitHub APIs or gh CLI and aggregate PR-level feedback for maintainers.
  • Support both local pre-push reviews and full PR reviews, enabling teams to enforce coding standards at scale.

Quick Start

Start Hermes to review a GitHub PR by authenticating, being in a git repository, and specifying the target PR number.

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 reviews with inline comments?

You can automate GitHub pull request reviews by analyzing diffs and generating inline comments on changed lines via the gh CLI or REST API. It aggregates PR-level feedback to streamline code reviews and improve code quality.

Can I review local git changes before pushing to GitHub?

Yes, you can review local git changes before pushing to GitHub. The Skill supports both local pre-push reviews and full remote PR reviews by analyzing your local repository diffs to enforce coding standards early.

What do I need to set up to run automated PR reviews with gh CLI?

To run automated PR reviews with gh CLI, you need authenticated GitHub access, a local git repository, and a configured environment. You must also specify the target PR number for the Skill to fetch diffs and review status.

How does automated code review handle inline comments on GitHub?

Automated code review handles inline comments by analyzing diffs across changed files and using GitHub APIs or gh CLI to post targeted feedback on specific modified lines. It then composes aggregate PR-level feedback for maintainers.

Does the Skill work with both gh CLI and GitHub REST API for fetching diffs?

Yes, the Skill works with both gh CLI and GitHub REST API for fetching diffs, comments, and review status. It requires authenticated GitHub access to interact with these interfaces and emit structured review outputs.