github-code-review

Automate structured code review and inline commenting for local git changes or GitHub PRs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enables developers to perform efficient code reviews by inspecting diffs, leaving inline comments, and coordinating with GitHub workflows from the terminal.

Core Features & Use Cases

  • Local and PR review workflows via git, gh, or REST.
  • Generate structured feedback and inline comments on changed files.
  • View PR details, status checks, and branch information to guide review decisions.

Quick Start

Start by reviewing your current changes with git diff main...HEAD, then fetch PR data and post inline comments using gh pr view and gh pr comment.

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 inline commenting for a GitHub pull request?

To automate code review and inline commenting for a GitHub pull request, you can fetch PR data and post comments directly using gh pr view and gh pr comment commands, or use REST APIs to inspect diffs and leave structured feedback on changed files.

Can I review local git changes and leave inline comments before pushing to GitHub?

Yes, you can review local git changes by running git diff main...HEAD to inspect modifications, generate structured feedback, and coordinate your local git workflow before pushing to GitHub.

Do I need the gh CLI installed to review PRs and post inline comments?

You do not strictly need the gh CLI to review PRs and post inline comments; you can alternatively use curl to access GitHub REST APIs, provided you have Git installed to fetch the necessary diffs.

What is the best way to view PR details and status checks to guide code review decisions?

The best way to view PR details and status checks to guide code review decisions is by using the gh CLI or REST APIs to fetch branch information and PR data for your repository.

How does structured code review work for local changes or PRs via terminal workflows?

Structured code review for local changes or PRs works by inspecting diffs fetched via git or gh, generating structured feedback, and posting inline comments on changed files directly from your terminal.

What are the limitations of using REST APIs instead of gh for GitHub PR reviews?

When using REST APIs instead of gh for GitHub PR reviews, you require curl access to fetch PR data and post comments, lacking the streamlined workflow commands that the gh CLI provides for local git operations.